diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index 540c8b20c..219c26865 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -3236,6 +3236,10 @@ // } this.saveLoading = true + if (this.form.reviseStatus == '3' && this.standardCheckedList.length > 0) { + this.form.standCode = this.standardCheckedList[0].standCode + this.form.id = this.standardCheckedList[0].id + } let _formData = new FormData() this.fileInfoHandle() _formData.append('id', this.bpnId || '') @@ -3392,7 +3396,7 @@ json.applyUpdUserId = this.form.applyUpdUserId json.prcCreateUser = this.form.prcCreateUser json.prcCreateUserName = this.form.prcCreateUserName - if (this.form.reviseStatus == '3') { + if (this.form.reviseStatus == '3' && this.standardCheckedList.length > 0) { json.standCode = this.standardCheckedList[0].standCode json.id = this.standardCheckedList[0].id }