xuwenqiang1992 2 years ago
parent
commit
75d9d2e663
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/dictType/index.vue

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

@@ -89,7 +89,7 @@
 </template>
 <script setup lang="ts">
 import {getDictTypeList, voidDictType} from "@/api/system";
-import ChildDialog from './compt/ChildDialog.vue'
+import ChildDialog from './compt/childDialog.vue'
 import {useTable} from '@/hooks/useTable'
 import {useRouter} from "vue-router";
 import {ref} from "vue";