diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 23ef0725e..57fb6d5f8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -1288,21 +1288,21 @@ export default { if (this.form.zrgcs.length === 0) { this.form.zrgcs = ""; } - let qcdwName = [] - if(this.form.qcdw && this.form.qcdw.length > 0){ - this.form.qcdw.map(item => { - this.qcdwOptions.forEach(items => { - if(item === items.value){ - qcdwName.push(items.label) - } - }) - }) - } + // let qcdwName = [] + // if(this.form.qcdw && this.form.qcdw.length > 0){ + // 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 = qcdwName.splice(',') + // this.form.qcdw = qcdwName + // this.form.qcdw = qcdwName.splice(',') const json = JSON.stringify(this.form); this.$http.post("lawss/activiti/completeTask", { taskIds: this.taskIds,