From 87451fdaea4414f06b1f41e1c1ab76c736d4e3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 18 Mar 2022 09:57:48 +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=BEbug=2051798?= 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 69b9e7373..2fd3e28bc 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue @@ -1064,11 +1064,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); + if(type === 'distributePerson'){ + this.nodeList.push(scope.row.distributePersonId); + }else{ + this.nodeList.push( scope.row.projectGroupPeopleId) + } + }else{ this.nodeList = []; this.nodeList.push(id);