Browse Source

bug调整

sangwenwei 1 năm trước cách đây
mục cha
commit
9759e9f4a9

+ 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)