xuwenqiang1992 hace 2 años
padre
commit
a3ed92bc86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system/log/operlog/index.vue

+ 1 - 1
src/views/system/log/operlog/index.vue

@@ -74,7 +74,7 @@
 </template>
 </template>
 <script setup lang="ts">
 <script setup lang="ts">
 import {getOpLogList,deleteOpLogList} from "@/api/system";
 import {getOpLogList,deleteOpLogList} from "@/api/system";
-import ChildDialog from './compt/ChildDialog.vue'
+import ChildDialog from './compt/childDialog.vue'
 import {useTable} from '@/hooks/useTable'
 import {useTable} from '@/hooks/useTable'
 let searchTime = ref('')
 let searchTime = ref('')
 const childDialog = ref<any>()
 const childDialog = ref<any>()