|
|
@@ -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>()
|