src/stores/userInfo.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/role/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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() } // 分页改变