chenhj
2025-08-08 1f29e50d81c9168a9d5b4e90dbaebc2b6d4a47e3
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>