diff --git a/src/views/modules/base/smartExcel/cpts/data-excel.vue b/src/views/modules/base/smartExcel/cpts/data-excel.vue
index c125e020b..d7d1dbcc4 100644
--- a/src/views/modules/base/smartExcel/cpts/data-excel.vue
+++ b/src/views/modules/base/smartExcel/cpts/data-excel.vue
@@ -89,14 +89,13 @@
watch: {},
async mounted() {
console.log(this.infoObj,"sdljkdsfj");
- // const newUrl = this.infoObj.url.replace(
- // /^https:\/\/elink-esua-epdc\.oss-cn-qingdao\.aliyuncs\.com/,
- // `${location.origin}`
- // );
+ const newUrl = this.infoObj.url.replace(
+ /^https:\/\/elink-esua-epdc\.oss-cn-qingdao\.aliyuncs\.com/,
+ `${location.origin}`
+ );
// console.log(newUrl);
- this.urlToFile('http://localhost:9001/epmet-work-pc/test1.xlsx',this.infoObj.name)
-
- // this.urlToFile(newUrl, this.fileName)
+ // this.urlToFile('http://localhost:9001/epmet-work-pc/test1.xlsx',this.infoObj.name)
+ this.urlToFile(newUrl, this.fileName)
// console.log(this.workbookId, "dskjlfsdklf");
// this.currentId = this.workbookId;
// this.loadWorkBook()
diff --git a/src/views/modules/base/smartExcel/cpts/export-view.vue b/src/views/modules/base/smartExcel/cpts/export-view.vue
index 555cf3f84..2397cc1a3 100644
--- a/src/views/modules/base/smartExcel/cpts/export-view.vue
+++ b/src/views/modules/base/smartExcel/cpts/export-view.vue
@@ -9,7 +9,7 @@