fix: 修复系统角色进入详情之后返回页面空白问题

This commit is contained in:
“怀磊”
2022-03-04 15:29:00 +08:00
committed by 老广
parent 842168e16b
commit 631c03c715

View File

@@ -1,5 +1,5 @@
<template>
<ListTable v-if="!loading" :table-config="tableConfig" :header-actions="headerActions" />
<ListTable :table-config="tableConfig" :header-actions="headerActions" />
</template>
<script>
@@ -91,9 +91,6 @@ export default {
}
},
mounted() {
setTimeout(() => {
this.loading = false
})
},
methods: {
hasPermNotBuiltinNotRootOrg(row, perm) {