From 6eecdb423b5fb9d092da50e8917c8c313b50245a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 17 Mar 2022 14:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=90=88=E8=A7=84=E8=AF=84?= =?UTF-8?q?=E4=BC=B0=20=E8=A1=A8=E6=A0=BC=E9=80=89=E6=8B=A9=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E4=B8=8D=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzpg/step1.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue index b44f38fb2..bc9b0b463 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue @@ -1058,11 +1058,15 @@ export default { this.projectList = data; }, choiceZRR(scope, type, title, id) { + console.log(scope); if (scope != null) { this.currentIndex = scope.$index; + this.nodeList = []; + this.nodeList.push(scope.row.distributePersonId); + }else{ + this.nodeList = []; + this.nodeList.push(id); } - this.nodeList = []; - this.nodeList.push(id); this.type = type; this.drawerTitle = title; this.modalshowflag = true;