|
@@ -21,7 +21,7 @@ import { cloneDeep, get, omit } from 'lodash-es'
|
|
|
import { MenusStore } from '@/store/api/system/menus'
|
|
|
import { DictDataStore } from '@/store/api/system/dictData'
|
|
|
import { useI18n } from 'vue-i18n'
|
|
|
-const { t } = useI18n
|
|
|
+const { t } = useI18n()
|
|
|
const store = MenusStore()
|
|
|
const dictDataStore = DictDataStore()
|
|
|
const $checkRes = inject('$checkRes')
|