refactor: 权限系统模块重构完成

Former-commit-id: b33078bfbfea309af518cfab41080d0fea819491
This commit is contained in:
horizons
2022-10-21 00:59:49 +08:00
parent b0a0033371
commit cf24d080e5
16 changed files with 576 additions and 990 deletions

View File

@@ -367,7 +367,7 @@ async function loadDeptOptions() {
* 加载性别字典
*/
function loadGenderOptions() {
proxy.$getDictItemsByTypeCode('gender').then((response: any) => {
proxy.$listDictItemsByTypeCode('gender').then((response: any) => {
state.genderOptions = response?.data;
});
}
@@ -607,6 +607,7 @@ onMounted(() => {
label="用户编号"
align="center"
prop="id"
width="100"
/>
<el-table-column
key="username"