feat:完善 dept 部门 60%(新增、修改、删除)

This commit is contained in:
YunaiV
2025-03-29 15:10:08 +08:00
parent 32e0ce0325
commit d8f4e0a1aa
10 changed files with 736 additions and 91 deletions

View File

@@ -13,6 +13,7 @@ interface DictState {
dictCache: Dict;
}
// TODO @芋艿:可以共享么?
export const useDictStore = defineStore('dict', {
actions: {
getDictData(dictType: string, value: any) {