sangwenwei преди 1 година
родител
ревизия
9759e9f4a9
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/jy/driveMaintain/DriveMaintainAddForm.vue
  2. 1 1
      src/views/jy/evection/EvectionForm.vue

+ 1 - 1
src/views/jy/driveMaintain/DriveMaintainAddForm.vue

@@ -224,7 +224,7 @@
 								}
 							}
 							let param = {status: this.inputForm.status, id: this.inputForm.id}
-							this.inputForm=JSON.stringify(this.inputForm)
+							// this.inputForm=JSON.stringify(this.inputForm)
 							this.driveMaintainService.updateStatusById(param).then(() => {
 								callback(data.businessTable, data.businessId, this.inputForm)
 								this.loading = false

+ 1 - 1
src/views/jy/evection/EvectionForm.vue

@@ -298,7 +298,7 @@
 								}
 							}
 							let param = {status: this.inputForm.status, id: this.inputForm.id}
-							this.inputForm=JSON.stringify(this.inputForm)
+							// this.inputForm=JSON.stringify(this.inputForm)
 							this.evectionService.updateStatusById(param).then(() => {
 								this.loading = false
 								callback(data.businessTable, data.businessId, this.inputForm)