fix
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -18,12 +18,12 @@ import { | ... | @@ -18,12 +18,12 @@ import { |
| 18 | getImportData, | 18 | getImportData, |
| 19 | exportDictionary, | 19 | exportDictionary, |
| 20 | exportCollectTask, | 20 | exportCollectTask, |
| 21 | // getImageContent | 21 | // getImageContent |
| 22 | } from '@/api/modules/queryService'; | 22 | } from '@/api/modules/queryService'; |
| 23 | import { | 23 | import { |
| 24 | parseAndDecodeUrl, | 24 | parseAndDecodeUrl, |
| 25 | getDownFileSignByUrl, | 25 | getDownFileSignByUrl, |
| 26 | obsDownloadRequest | 26 | obsDownloadRequest |
| 27 | } from '@/api/modules/obsService'; | 27 | } from '@/api/modules/obsService'; |
| 28 | import { commonPageConfig } from '@/utils/enum'; | 28 | import { commonPageConfig } from '@/utils/enum'; |
| 29 | 29 | ||
| ... | @@ -384,7 +384,7 @@ const importData = (info) => { | ... | @@ -384,7 +384,7 @@ const importData = (info) => { |
| 384 | uploadFiles.value.forEach((item: any, index: number) => { | 384 | uploadFiles.value.forEach((item: any, index: number) => { |
| 385 | params.append("file", item.raw); | 385 | params.append("file", item.raw); |
| 386 | }); | 386 | }); |
| 387 | paramUrl = `${import.meta.env.VITE_API_ASSET_BASEURL}/dam-catalog-table/excel-by-subject-guid?staffGuid=${userData.staffGuid}&subjectGuid=${route.query.bizGuid}` | 387 | paramUrl = `ms-daop-zcgl-asset-dam-service/dam-catalog-table/excel-by-subject-guid?staffGuid=${userData.staffGuid}&subjectGuid=${route.query.bizGuid}` |
| 388 | } else if (isfileImport == '4') { | 388 | } else if (isfileImport == '4') { |
| 389 | if (!info.databaseNameZh) { | 389 | if (!info.databaseNameZh) { |
| 390 | ElMessage({ | 390 | ElMessage({ | ... | ... |
-
Please register or sign in to post a comment