添加填报人

This commit is contained in:
zhujiyan
2024-06-05 15:08:24 +08:00
parent fa4ce4693e
commit a66734a9f9
26 changed files with 235 additions and 44 deletions

View File

@@ -9,7 +9,8 @@ export const useDictData = defineStore(
const state: DictData = reactive({
basic: [],
area: [],
areaTree: []
areaTree: [],
userList: []
// 其他接口获取的字典,比如区域
})
const getBasicData = (code: string, arr?: string[]) => {