refactor: filelist

pull/2/head
xingyu 2022-07-20 14:05:05 +08:00
parent 3c34888959
commit 2feda41c7e
3 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ import dayjs from 'dayjs'
import { ElMessage, ElUpload, UploadInstance, UploadRawFile, ElImage } from 'element-plus' import { ElMessage, ElUpload, UploadInstance, UploadRawFile, ElImage } from 'element-plus'
import { useTable } from '@/hooks/web/useTable' import { useTable } from '@/hooks/web/useTable'
import { useI18n } from '@/hooks/web/useI18n' import { useI18n } from '@/hooks/web/useI18n'
import type { FileVO } from '@/api/infra/file/types' import type { FileVO } from '@/api/infra/fileList/types'
import { allSchemas } from './fileList.data' import { allSchemas } from './fileList.data'
import * as FileApi from '@/api/infra/file' import * as FileApi from '@/api/infra/fileList'
import { getAccessToken, getTenantId } from '@/utils/auth' import { getAccessToken, getTenantId } from '@/utils/auth'
const { t } = useI18n() // const { t } = useI18n() //