From c56286e34cdbdc9e6e0400f8ec48375824e7781a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 7 Dec 2021 14:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=A4=8D=E5=AE=A1=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=B4=A3=E4=BB=BB=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbfs/step2.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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) {