From 257b37f8a778d3ec62f614e73b31c69e27703a09 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 12 三月 2025 16:06:05 +0800
Subject: [PATCH] 设备搬迁-设备维护,借用联调

---
 src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
index d18ebfb..a887fdd 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,9 +550,7 @@
       this.outLoading = true
       exportOutManageRecordAudit(this.queryParams).then(res => {
         this.outLoading = false
-        if (res.code == 201) return this.$message.error('瀵煎嚭澶辫触')
-        let url = this.javaApi + '/word/' + res.data
-        this.$download.saveAs(url, "鏂囦欢淇琛�");
+        this.$download.saveAs(row.data, '鏂囦欢淇琛�')
       })
     },
     getList() {
@@ -680,6 +679,7 @@
     handleEdit(row) {
       this.addInfo = row
       this.title = '淇敼'
+      this.file = null
       this.addDialogVisible = true;
     },
     // 瀹℃壒
@@ -708,16 +708,19 @@
       this.addInfo = row
       this.title = '鐢宠閮ㄩ棬涓荤鎰忚'
       this.addDialogVisible = true;
+      this.file = null
     },
     handlework1(row) {
       this.addInfo = row
       this.title = '鍘熷畾鍒堕儴闂ㄦ剰瑙�'
       this.addDialogVisible = true;
+      this.file = null
     },
     handlework2(row) {
       this.addInfo = row
       this.title = '鍘熷鏍搁儴闂ㄦ剰瑙�'
       this.addDialogVisible = true;
+      this.file = null
     },
     handleLook(row) {
       this.title0 = '鏌ョ湅'

--
Gitblit v1.9.3