From e215039c14857c65f9df56c147d61f0884435f23 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 07 三月 2025 11:16:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev
---
src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
index c281b47..8619551 100644
--- a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
+++ b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
@@ -542,6 +542,7 @@
method: '淇',
}
this.title = '鏂板'
+ this.file = null
this.addDialogVisible = true;
},
// 瀵煎嚭
@@ -549,10 +550,7 @@
this.outLoading = true
exportOutManageRecordAudit(this.queryParams).then(res => {
this.outLoading = false
- if (res.code == 201) return this.$message.error('瀵煎嚭澶辫触')
- this.$message.success('瀵煎嚭鎴愬姛')
- let url = this.javaApi + '/word/' + res.data
- this.$download.saveAs(url, "鏂囦欢淇琛�");
+ this.$download.downloadFileFromUrl(res.data, "鏂囦欢淇琛�");
})
},
getList() {
@@ -681,6 +679,7 @@
handleEdit(row) {
this.addInfo = row
this.title = '淇敼'
+ this.file = null
this.addDialogVisible = true;
},
// 瀹℃壒
--
Gitblit v1.9.3