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