diff --git a/frontend/src/views/system/authority/components/LazyTree.vue b/frontend/src/views/system/authority/components/LazyTree.vue index c341d1cb1c..078782e2b0 100644 --- a/frontend/src/views/system/authority/components/LazyTree.vue +++ b/frontend/src/views/system/authority/components/LazyTree.vue @@ -266,6 +266,9 @@ export default { // 重新加载权限 this.loadAuth() this.loading = false + }).catch((e) => { + // this.$warning(e) + this.loading = false }) }, // 高亮显示搜索内容