e599f3a1 by xukangle

fix

1 parent dafaf23e
...@@ -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({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!