| src/stores/userInfo.ts | ●●●●● patch | view | raw | blame | history | |
| src/views/system/role/index.vue | ●●●●● patch | view | raw | blame | history |
src/stores/userInfo.ts
@@ -21,7 +21,6 @@ }), actions: { async setUserInfos(value: any) { debugger this.userInfos.userName = value.username this.userInfos.uid = value.id this.userInfos.roles = value.role src/views/system/role/index.vue
@@ -136,7 +136,6 @@ .catch(() => {}); }; const handleSearch = () => { debugger initTableData() } // 分页改变