From 299e69968ee590150fa6302e224e8b5a7a3d7384 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期六, 09 四月 2022 13:02:50 +0800
Subject: [PATCH] 升级依赖到最新版本

---
 src/components/ImageUpload/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue
index adc0428..01d9392 100644
--- a/src/components/ImageUpload/index.vue
+++ b/src/components/ImageUpload/index.vue
@@ -105,7 +105,7 @@
     fileList.value = [];
     return [];
   }
-});
+},{ deep: true, immediate: true });
 
 // 鍒犻櫎鍥剧墖
 function handleRemove(file, files) {
@@ -157,7 +157,7 @@
       return false;
     }
   }
-  proxy.$modal.loading("涓婁紶涓�");
+  proxy.$modal.loading("姝e湪涓婁紶鍥剧墖锛岃绋嶅��...");
   number.value++;
 }
 
@@ -168,7 +168,7 @@
 
 // 涓婁紶澶辫触
 function handleUploadError() {
-  proxy.$modal.msgError("涓婁紶澶辫触");
+  proxy.$modal.msgError("涓婁紶鍥剧墖澶辫触");
   proxy.$modal.closeLoading();
 }
 

--
Gitblit v1.9.3