diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index 8d65b867f..b08761978 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -773,7 +773,7 @@ export default { }, choiceFEE(type, title, id) { this.nodeList = [] - this.nodeList.push(id) + this.nodeList = JSON.parse(JSON.stringify(id.split(','))) this.drawerTitle = title this.roleShowflagFEE = true }, diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue index 80bcb870b..f43ffb140 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue @@ -666,7 +666,7 @@ export default { // 流程阶段负责人选择 choiceZRR(type, title, id) { this.nodeList = [] - this.nodeList.push(id) + this.nodeList = JSON.parse(JSON.stringify(id.split(','))) this.type = type this.drawerTitle = title this.roleShowflag = true