From 0e7df1d78841c4121acd9b072565f7b1bf748023 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 06 三月 2025 16:44:13 +0800
Subject: [PATCH] 能力范围bug修改
---
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