From d31a62880d53b608bf8db40a28b0bf8f40a499d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?=
<819653817@qq.com>
Date: Wed, 26 Mar 2025 09:02:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E4=BA=AB=E7=A9=BA=E9=97=B4=E6=9C=AA?=
=?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=9A=84=E5=88=97=E8=A1=A8=E5=88=A0=E9=99=A4?=
=?UTF-8?q?=EF=BC=8C=E6=99=BA=E8=83=BD=E6=8A=A5=E8=A1=A8=E7=BA=A2=E5=AD=97?=
=?UTF-8?q?=E5=AE=B6=E6=9D=A1=E4=BB=B6=E7=AD=89=E7=AD=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../base/smartExcel/cpts/data-excel.vue | 13 +++---
.../base/smartExcel/cpts/export-view.vue | 2 +-
.../modules/base/smartExcel/sharedSpace.vue | 6 +--
.../modules/shequzhili/analysis/index.vue | 26 ++++++++++-
.../event/cpts/process-form-assign.vue | 44 ++++---------------
5 files changed, 43 insertions(+), 48 deletions(-)
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 @@