From 0e5763b1b39de488adb3bcc856a2201f87597a08 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 23 十二月 2024 15:56:40 +0800
Subject: [PATCH] 人员测试联调

---
 src/components/do/a8-file-handling/FileChangeRequest.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/do/a8-file-handling/FileChangeRequest.vue b/src/components/do/a8-file-handling/FileChangeRequest.vue
index 00f24ac..3ba9eab 100644
--- a/src/components/do/a8-file-handling/FileChangeRequest.vue
+++ b/src/components/do/a8-file-handling/FileChangeRequest.vue
@@ -465,6 +465,9 @@
     // 褰撳墠鏂囦欢
     getCurrentFile(e){
       this.currentFile = this.fileList.find(m=>m.documentCode==e)
+      if(!this.currentFile){
+        this.currentFile = {}
+      }
     },
     selectEnumByCategory() {
       this.$axios.post(this.$api.enums.selectEnumByCategory, {

--
Gitblit v1.9.3