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;