bug: 企标制修订技术标准修改计划状态参数变更

This commit is contained in:
wxyclub
2023-11-09 11:31:07 +08:00
parent efa7d28c58
commit 3f43d8999a
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";