Explorar el Código

fixup! chore: 合并同类工具方法

喵你个旺呀 hace 1 año
padre
commit
417b3e5278
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Web/src/components/table/importData.vue

+ 1 - 1
Web/src/components/table/importData.vue

@@ -39,7 +39,7 @@
 <script lang="ts" setup name="sysImportData">
 <script lang="ts" setup name="sysImportData">
 import type {UploadInstance, UploadProps, UploadRawFile, UploadRequestOptions} from 'element-plus'
 import type {UploadInstance, UploadProps, UploadRawFile, UploadRequestOptions} from 'element-plus'
 import { ElUpload, ElMessage, genFileId } from 'element-plus';
 import { ElUpload, ElMessage, genFileId } from 'element-plus';
-import { downloadStreamFile } from '/@/utils/downloadFile';
+import { downloadStreamFile } from '/@/utils/download';
 import { reactive, ref } from 'vue';
 import { reactive, ref } from 'vue';
 
 
 const uploadRef = ref<UploadInstance>();
 const uploadRef = ref<UploadInstance>();