From 652ec7d6dfdee121704961847fae3a3a5be3f5b6 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期一, 01 四月 2024 15:26:15 +0800
Subject: [PATCH] 修改
---
web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue b/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
index 6ae2af8..e19b826 100644
--- a/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
+++ b/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
@@ -64,6 +64,10 @@
this.$message.error("鏈�澶т笂浼�5M")
return false
}
+ if (fileSize = 0) {
+ this.$message.error("鏈笂浼犲浘鐗�")
+ return false
+ }
},
// 鏂囦欢鏁伴噺杩囧鏃舵彁閱�
handleExceed() {
--
Gitblit v1.9.1