From 7a58dddddb9e229b9ad03499a18dcdf07fcee4c5 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 05 三月 2025 10:03:32 +0800
Subject: [PATCH] 文件管理,文件没有清空的问题
---
src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
index d18ebfb..a68b966 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;
},
// 瀵煎嚭
@@ -680,6 +681,7 @@
handleEdit(row) {
this.addInfo = row
this.title = '淇敼'
+ this.file = null
this.addDialogVisible = true;
},
// 瀹℃壒
@@ -708,16 +710,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