fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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