mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复系统角色进入详情之后返回页面空白问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user