Merge remote-tracking branch 'origin/dev_test' into dev_test

This commit is contained in:
zyn
2023-11-09 17:23:53 +08:00
4 changed files with 4 additions and 4 deletions
@@ -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";