diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index b08761978..b156a5e18 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -766,7 +766,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 diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue index f43ffb140..cc7c3ce07 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue @@ -273,7 +273,7 @@