From b5f190f49188939c40a8513fb28ac54a1e28283c Mon Sep 17 00:00:00 2001 From: wxyclub Date: Wed, 9 Aug 2023 16:36:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=AB=8B=E9=A1=B9=E5=B1=95=E7=A4=BA=E4=BC=9A=E7=AD=BE=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E9=80=89=E6=8B=A9=E6=A1=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/qbzxdlx/step2.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue index d94be870e..1300e90df 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue @@ -282,7 +282,7 @@
+ @click.native="choicePeoples('1')">
@@ -849,7 +849,7 @@ export default { if (valid) { this.isSubmit = true this.qbfsForm.commentText = this.commentText - this.qbfsForm.LXD = this.lxdList[0].id + this.qbfsForm.LXD = this.lxdList && this.lxdList.length > 0 ? this.lxdList[0].id : '' this.qbfsForm.LXDName = '立项单' let jsons = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { @@ -1365,7 +1365,8 @@ export default { } this.modalshowflag = false; }, - choicePeoples() { + choicePeoples(type) { + this.roleType = type this.nodeList2 = []; if (this.roleForm.countersigner.length > 0) { this.nodeList2 = this.roleForm.countersigner.split(",");