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