diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue index 9f94f9e6c..3c5bf7f10 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue @@ -121,7 +121,7 @@ v-model="qbfsForm.jgUser" placeholder="请选择工作组成员" clearable - @click.native="choiceZRR(null,'jgUser', '选择工作组成员', roleForm.jgUser)" + @click.native="choiceZRRS" > @@ -235,7 +235,7 @@ :is-title="drawerTitle" :is-visible.sync="modalshowflag" @checkedRole="checkedRole" - :nodeList="nodeList" + :nodeList="nodeList2" > @@ -260,6 +260,7 @@ export default { commentText: '', detailData: [], nodeList: [], + nodeList2: [], isSubmit: false, saveLoading: false, isTransfer: false, @@ -396,14 +397,12 @@ export default { this.processStep = window.URL.createObjectURL(res.data) }) }, - choiceZRR(scope, type, title, id) { - if (scope != null) { - this.dsadadadsada = scope.$index; + choiceZRRS() { + this.drawerTitle = '请选择工作组成员' + this.nodeList2 = []; + if (this.qbfsForm.jgUserId) { + this.nodeList2 = this.qbfsForm.jgUserId.split(","); } - this.nodeList = []; - this.nodeList.push(id); - this.type = type; - this.drawerTitle = title; this.modalshowflag = true; }, checkedRole(data) {