Quellcode durchsuchen

2022.3.16请求小优化

17613754660 vor 3 Jahren
Ursprung
Commit
a535eed2eb
1 geänderte Dateien mit 14 neuen und 14 gelöschten Zeilen
  1. 14 14
      fhKeeper/formulahousekeeper/timesheet/src/views/project/finance.vue

+ 14 - 14
fhKeeper/formulahousekeeper/timesheet/src/views/project/finance.vue

@@ -569,20 +569,20 @@
                
             },
             saveItems() {
-                let savefields = {
-                    monthCost : this.customCols.monthCost,
-                    bonus : this.customCols.bonus,
-                    allowance : this.customCols.allowance,
-                    insuranceOld : this.customCols.insuranceOld,
-                    insuranceMedical : this.customCols.insuranceMedical,
-                    insuranceLosejob : this.customCols.insuranceLosejob,
-                    insuranceInjury : this.customCols.insuranceInjury,
-                    houseFund : this.customCols.houseFund,
-                    field1 : this.customCols.field1,
-                    field2 : this.customCols.field2,
-                    field3 : this.customCols.field3
-            }
-                this.http.post('/finance-tblcuscol/save', savefields,
+            //     let savefields = {
+            //         monthCost : this.customCols.monthCost,
+            //         bonus : this.customCols.bonus,
+            //         allowance : this.customCols.allowance,
+            //         insuranceOld : this.customCols.insuranceOld,
+            //         insuranceMedical : this.customCols.insuranceMedical,
+            //         insuranceLosejob : this.customCols.insuranceLosejob,
+            //         insuranceInjury : this.customCols.insuranceInjury,
+            //         houseFund : this.customCols.houseFund,
+            //         field1 : this.customCols.field1,
+            //         field2 : this.customCols.field2,
+            //         field3 : this.customCols.field3
+            // }
+                this.http.post('/finance-tblcuscol/save', this.customCols,
                     res => {
                         if (res.code == "ok") {
                              this.itemDialog = false;