Просмотр исходного кода

:tada: 优化权限管理目录

smallchill 6 лет назад
Родитель
Сommit
9647fe04eb

+ 0 - 0
src/views/system/apiscope.vue → src/views/authority/apiscope.vue


+ 0 - 0
src/views/system/datascope.vue → src/views/authority/datascope.vue


+ 1 - 0
src/views/system/role.vue → src/views/authority/role.vue

@@ -287,6 +287,7 @@
         }
         this.menuTreeObj = [];
         this.dataScopeTreeObj = [];
+        this.apiScopeTreeObj = [];
         grantTree()
           .then(res => {
             this.menuGrantList = res.data.data.menu;