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