From 9e75134bf13a1a54bfbb007f72df0d704e1fef3a Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=8C=96=E5=8D=8F=E4=BC=9A=E5=8F=82=E4=BC=9A?= =?UTF-8?q?=20=E5=85=A5=E4=BC=9A=E6=B5=81=E7=A8=8B=20=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=A4=9A=E9=80=89=EF=BC=8C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue | 2 +- src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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