mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-19 13:35:07 +08:00
perf: store
This commit is contained in:
@ -28,7 +28,7 @@ export const useDictStore = defineStore({
|
||||
getDictMap(): Recordable {
|
||||
return this.dictMap
|
||||
},
|
||||
getHasDictData(): Boolean {
|
||||
getHasDictData(): boolean {
|
||||
if (this.dictMap.length > 0) {
|
||||
return true
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user