linwenxin hace 2 meses
padre
commit
13ee8903a5

+ 1 - 1
src/views/setting/difficultyFee/difficultyExpenseApproval/InsuranceContractForm.vue

@@ -401,7 +401,7 @@ export default {
             if (valid) {
               workerApplyWebsitAppeal({
                 ...this.formData,
-                workerInvolveApplyItem: [{ ...this.formData1 }]
+                workerInvolveApplyItem: { ...this.formData1 }
               }).then(res => {
                 this.$message({
                   type: 'success',