From d8d03861a07ac549e58ed8adb08cdec3f75d5c50 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 26 十二月 2024 16:20:56 +0800
Subject: [PATCH] 序列和选择框取消固定列

---
 Source/plt-web/plt-web-ui/src/components/actions/base/uploadFile.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/components/actions/base/uploadFile.vue b/Source/plt-web/plt-web-ui/src/components/actions/base/uploadFile.vue
index 8dc07bf..bb493fa 100644
--- a/Source/plt-web/plt-web-ui/src/components/actions/base/uploadFile.vue
+++ b/Source/plt-web/plt-web-ui/src/components/actions/base/uploadFile.vue
@@ -2,7 +2,6 @@
   <el-dialog
     v-dialogDrag
     :close-on-click-modal="false"
-    :destroy-on-close="true"
     :visible.sync="visible"
     :width="width"
     append-to-body
@@ -120,10 +119,10 @@
       // 鑾峰彇鏂囦欢鎵╁睍鍚�
       const fileExtension = file.name.split(".").pop().toLowerCase(); // 杞崲涓哄皬鍐欎互閬垮厤澶у皬鍐欎笉鍖归厤鐨勯棶棰�
 
-      if(this.paramVOS.fileType){
-        if (!this.paramVOS.fileType.includes(fileExtension)) {
+      if(this.paramVOS.filetype){
+        if (!this.paramVOS.filetype.includes(fileExtension)) {
           // 涓婁紶鏍煎紡涓嶇鍚堣姹傦紝鎻愮ず閿欒淇℃伅骞跺彇娑堜笂浼�
-          this.$message.error(`鍙厑璁镐笂浼�${this.paramVOS.fileType.toString()}鏍煎紡鐨勬枃浠禶);
+          this.$message.error(`鍙厑璁镐笂浼�${this.paramVOS.filetype.toString()}鏍煎紡鐨勬枃浠禶);
           return Promise.reject(false);
         }
       }

--
Gitblit v1.9.3