chengxiangling
2025-05-13 7e9e0bff3ef15366693648f25810723ec557ed62
src/views/system/dict/data.vue
@@ -179,6 +179,7 @@
import useDictStore from '@/store/modules/dict'
import { optionselect as getDictOptionselect, getType } from "@/api/system/dict/type";
import { listData, getData, delData, addData, updateData } from "@/api/system/dict/data";
import { onMounted } from 'vue';
const { proxy } = getCurrentInstance();
const { sys_normal_disable } = proxy.useDict("sys_normal_disable");
@@ -359,4 +360,7 @@
getTypes(route.params && route.params.dictId);
getTypeList();
onMounted(()=>{
   getList();
});
</script>