@@ -425,7 +425,7 @@ export default {
this.$refs.formRef2.validate((valid, invalidFields, errLabels) => {
if (valid) {
workerApplyAppeal({
- ...this.formData,
+ id: this.formData.id,
...this.formData2
}).then(res => {
this.$message({