From 8c49b954ec57bff49fcdb0df9dcdffbc8da1c663 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 十二月 2024 14:33:12 +0800
Subject: [PATCH] 修改cnas8里面的bug
---
src/components/view/a8-periodic-document-review-records.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/view/a8-periodic-document-review-records.vue b/src/components/view/a8-periodic-document-review-records.vue
index 09781c4..d7a0a46 100644
--- a/src/components/view/a8-periodic-document-review-records.vue
+++ b/src/components/view/a8-periodic-document-review-records.vue
@@ -372,7 +372,7 @@
this.outLoading = false
if(res.code==201) return this.$message.error('瀵煎嚭澶辫触')
this.$message.success('瀵煎嚭鎴愬姛')
- let url = this.javaApi+'word/'+res.message
+ let url = this.javaApi+'/word/'+res.message
const link = document.createElement('a');
link.href = url;
link.download = '鏂囦欢瀹氭湡瀹℃煡璁板綍';
@@ -522,7 +522,7 @@
}
},
handleDown0(row){
- let url = this.javaApi+'word/'+row.url
+ let url = this.javaApi+'/word/'+row.url
const link = document.createElement('a');
link.href = url;
link.download = row.month+' 鎵�鏈夋枃浠跺畾鏈熸鏌ヨ褰�';
--
Gitblit v1.9.3