mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-18 00:00:37 +08:00
feat: 新增角色管理、岗位管理
This commit is contained in:
@@ -42,5 +42,5 @@ export type userType = {
|
||||
/** 字典ListMap 用于下拉框直接展示 */
|
||||
dictionaryList: Map<String, Array<DictionaryData>>;
|
||||
/** 字典MapMap 用于匹配值展示 */
|
||||
dictionaryMap: Map<String, Map<String, DictionaryData>>;
|
||||
dictionaryMap: Record<string, Record<string, DictionaryData>>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user