From 70cc69be2c99f6a082e9096b9741790006319e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Thu, 25 May 2023 18:34:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../table/administration/RoleTable.vue | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/components/table/administration/RoleTable.vue b/src/components/table/administration/RoleTable.vue index 49d36dcf..5dd2d886 100644 --- a/src/components/table/administration/RoleTable.vue +++ b/src/components/table/administration/RoleTable.vue @@ -15,6 +15,7 @@ type="selection" width="55"> + 0) { - if (n[0].flag === 'drag') { - // 重新渲染,会导致界面偶现闪的情况,点击checkbox时界面闪会比较丑,故不处理点击的情况 - this.isRefresh = false - this.$nextTick(() => { - this.isRefresh = true - }) - } - } + ] } } }