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 - }) - } - } + ] } } }