src/views/system/dict/index.vue
@@ -174,6 +174,7 @@ <script setup name="Dict"> import useDictStore from '@/store/modules/dict' import { listType, getType, delType, addType, updateType, refreshCache } from "@/api/system/dict/type" import {onMounted} from "vue"; const { proxy } = getCurrentInstance() const { sys_normal_disable } = proxy.useDict("sys_normal_disable") @@ -319,5 +320,7 @@ }) } getList() onMounted(() => { getList(); }); </script>