From c62192be42c2b5870ca54d3ac800507d20f7019b Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 30 十月 2024 21:54:41 +0800
Subject: [PATCH] 非空提示、学员管理新增学员bug
---
src/components/UploadC.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/UploadC.vue b/src/components/UploadC.vue
index c34b1b1..3d1a437 100644
--- a/src/components/UploadC.vue
+++ b/src/components/UploadC.vue
@@ -57,6 +57,7 @@
methods: {
clearFile () {
this.fileUrl = []
+
},
beforeRemove (file, fileList) {
if (file && file.status === 'success') {
@@ -93,7 +94,7 @@
this.$message.error(`涓婁紶鏂囦欢澶у皬涓嶈兘瓒呰繃 ${this.fileSizeLimitM}MB!`)
}
return limitType && limit
- }
+ },
},
computed: {
acceptList () {
--
Gitblit v1.8.0