From f18c78c262089284bf6099b3fc37c61cdfb4cfaf Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 十二月 2024 14:33:08 +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