🎉 优化权限管理目录

pull/59/head
smallchill 7 years ago
parent 6795f50094
commit 9647fe04eb
  1. 0
      src/views/authority/apiscope.vue
  2. 0
      src/views/authority/datascope.vue
  3. 1
      src/views/authority/role.vue

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