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