lrf 1 年之前
父节点
当前提交
b3be1a0157
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/menus/index.vue

+ 1 - 1
src/views/system/menus/index.vue

@@ -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')