From 9b0a40a9b2918dd0e92161edaff4a3f61b510141 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 05 三月 2025 10:32:35 +0800
Subject: [PATCH] 优化下单

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

diff --git a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
index c281b47..e5fa49b 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;
     },
     // 瀵煎嚭
@@ -550,7 +551,6 @@
       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, "鏂囦欢淇琛�");
       })
@@ -681,6 +681,7 @@
     handleEdit(row) {
       this.addInfo = row
       this.title = '淇敼'
+      this.file = null
       this.addDialogVisible = true;
     },
     // 瀹℃壒

--
Gitblit v1.9.3