xuwenqiang1992 2 年之前
父節點
當前提交
a3ed92bc86
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/log/operlog/index.vue

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

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