refactor: 权限系统模块重构完成
Former-commit-id: b33078bfbfea309af518cfab41080d0fea819491
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user