From 3e34a6cc9ed89cef1d30d9285ecad9c248384b3a Mon Sep 17 00:00:00 2001 From: WangHui <742019811@qq.com> Date: Mon, 28 Feb 2022 21:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E5=BC=B9=E7=AA=97=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=9A=E5=88=A0=E9=99=A4=E5=B7=B2=E9=80=89=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E6=97=B6=E5=BE=85=E9=80=89=E5=A4=8D=E9=80=89=E6=A1=86?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=8F=96=E6=B6=88=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=81=94=E5=8A=A8=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/flowable/task/record/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/flowable/task/record/index.vue b/ruoyi-ui/src/views/flowable/task/record/index.vue index 6f9fe55..38a5550 100644 --- a/ruoyi-ui/src/views/flowable/task/record/index.vue +++ b/ruoyi-ui/src/views/flowable/task/record/index.vue @@ -72,7 +72,7 @@ - + @@ -116,7 +116,7 @@
已选人员
{{tag.nickName}} {{tag.dept.deptName}} @@ -350,6 +350,7 @@ export default { // 关闭标签 handleClose(tag) { this.userData.splice(this.userData.indexOf(tag), 1); + this.$refs.singleTable.toggleRowSelection(tag, false) }, /** 流程变量赋值 */ handleCheckChange(val) {