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);