fix: 类型错误

This commit is contained in:
xingyu
2022-10-11 16:02:28 +08:00
parent 0c5101256b
commit b6347a46aa
8 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* 数据字典工具类
*/
import { useDictStoreWithOut } from '@/store/modules/dict'
import { ElementPlusInfoType } from '@/types/elementPlus'
const dictStore = useDictStoreWithOut()