指标字典

This commit is contained in:
sjl
2024-11-05 14:15:56 +08:00
parent 64ae879aee
commit 1f22234b45
7 changed files with 37 additions and 56 deletions

View File

@@ -4,12 +4,12 @@ import piniaPersistConfig from '@/stores/helper/persist'
import { DICT_STORE_KEY } from '@/stores/constant'
// 模拟数据
//import dictData from '@/api/system/dictData'
import { getDictList } from '@/api/user/login.ts'
export const useDictStore = defineStore({
id: DICT_STORE_KEY,
state: () => ({
dictData: [],
dictData: [] as Dict[],
}),
getters: {},
actions: {