优化前端复制模块.

This commit is contained in:
lijiahangmax
2024-03-17 21:25:38 +08:00
parent 2819df9c31
commit 127f4df302
16 changed files with 62 additions and 77 deletions

View File

@@ -72,7 +72,7 @@
import { operatorLogModuleKey, operatorLogTypeKey, operatorRiskLevelKey, operatorLogResultKey, dictKeys } from '../types/const';
import columns from '../types/table.columns';
import { getLogDetail } from '../types/const';
import useCopy from '@/hooks/copy';
import { copy } from '@/hooks/copy';
import useLoading from '@/hooks/loading';
import { usePagination } from '@/types/table';
import { useDictStore } from '@/store';
@@ -101,7 +101,6 @@
const pagination = usePagination();
const { loading, setLoading } = useLoading();
const { getDictValue } = useDictStore();
const { copy } = useCopy();
const jsonView = ref();
const tableColumns = ref();

View File

@@ -134,7 +134,7 @@
import { ref, onMounted } from 'vue';
import { operatorLogModuleKey, operatorLogTypeKey, operatorRiskLevelKey, operatorLogResultKey, getLogDetail } from '../types/const';
import columns from '../types/table.columns';
import useCopy from '@/hooks/copy';
import { copy } from '@/hooks/copy';
import useLoading from '@/hooks/loading';
import { usePagination, useRowSelection } from '@/types/table';
import { useDictStore } from '@/store';
@@ -149,7 +149,6 @@
const rowSelection = useRowSelection();
const { loading, setLoading } = useLoading();
const { getDictValue } = useDictStore();
const { copy } = useCopy();
const clearModal = ref();
const jsonView = ref();