Merge remote-tracking branch 'origin/dev_test' into dev_test
This commit is contained in:
@@ -3445,7 +3445,7 @@
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
const planForm = {}
|
||||
planForm.id = this.form.planId
|
||||
planForm.id = this.form.esId
|
||||
planForm.reviseStatus = this.form.reviseStatus
|
||||
planForm.standCode = this.form.DTQBBHBUSS
|
||||
planForm.processType = "buss1"
|
||||
|
||||
@@ -3471,7 +3471,7 @@
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
const planForm = {}
|
||||
planForm.id = this.form.planId
|
||||
planForm.id = this.form.esId
|
||||
planForm.reviseStatus = this.form.reviseStatus
|
||||
planForm.standCode = this.form.DTQBBHBUSS
|
||||
planForm.processType = "buss1"
|
||||
|
||||
@@ -2786,7 +2786,7 @@
|
||||
// 自动匹配配置标准
|
||||
this.saveConfStand(res.data)
|
||||
const planForm = {}
|
||||
planForm.id = this.form.planId
|
||||
planForm.id = this.form.esId
|
||||
planForm.planStatus = '4'
|
||||
planForm.reviseStatus = this.form.reviseStatus
|
||||
planForm.standCode = this.form.DTQBBHBUSS ? this.form.DTQBBHBUSS : this.form.standCode
|
||||
|
||||
@@ -2772,7 +2772,7 @@
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
const planForm = {}
|
||||
planForm.id = this.form.planId
|
||||
planForm.id = this.form.esId
|
||||
planForm.reviseStatus = this.form.reviseStatus
|
||||
planForm.standCode = this.form.DTQBBHBUSS
|
||||
planForm.processType = "buss1";
|
||||
|
||||
Reference in New Issue
Block a user