修改 hook 位置.

This commit is contained in:
lijiahang
2024-07-29 10:25:11 +08:00
parent 29b44b8b77
commit c842de9e23
33 changed files with 96 additions and 94 deletions

View File

@@ -53,7 +53,7 @@
import type { HostKeyQueryResponse } from '@/api/asset/host-key';
import { ref, onMounted } from 'vue';
import useLoading from '@/hooks/loading';
import { useRowSelection } from '@/types/table';
import { useRowSelection } from '@/hooks/table';
import { getAuthorizedHostIdentity, grantHostIdentity } from '@/api/asset/asset-data-grant';
import { useCacheStore, useDictStore } from '@/store';
import { hostIdentityColumns } from '../types/table.columns';

View File

@@ -33,7 +33,7 @@
import { ref, onMounted } from 'vue';
import { getAuthorizedHostKey, grantHostKey } from '@/api/asset/asset-data-grant';
import useLoading from '@/hooks/loading';
import { useRowSelection } from '@/types/table';
import { useRowSelection } from '@/hooks/table';
import { useCacheStore } from '@/store';
import { Message } from '@arco-design/web-vue';
import { hostKeyColumns } from '../types/table.columns';