diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 7ec0cbff6..7d991ee2e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -1247,7 +1247,6 @@ export default { this.isSubmit = true; this.form.commentText = this.commentText; this.form.approvalOpinion = this.formTongGuo.approvalOpinion; - console.log(this.form); if (this.form.syrz.length === 0) { this.form.syrz = ""; } @@ -1269,9 +1268,21 @@ export default { if (this.form.zrgcs.length === 0) { this.form.zrgcs = ""; } + let qcdwName = [] + if(this.form.qcdw && this.form.qcdw.length){ + this.form.qcdw.map(item => { + this.qcdwOptions.forEach(items => { + if(item === items.value){ + qcdwName.push(items.label) + } + }) + }) + } this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN' this.form.menuIds = this.form.treeListId; this.form.BBFDTBZ = this.form.bfbdtbzh + this.form.qcdw = qcdwName + this.form.qcdw = this.form.attrInfoCaseMap.qcdw = this.form.attrInfoMap.QCDW = qcdwName.splice(',') const json = JSON.stringify(this.form); this.$http.post("lawss/activiti/completeTask", { taskIds: this.taskIds,