JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2026-03-06 17:42:51 +08:00
parent cf8961800f
commit 7d52db7a9c
@@ -222,7 +222,7 @@
// 方法
const uploadNow = (limit = 4) => {
if(!isImg.value || fileList.value === 0){
if(isImg.value || fileList.value === 0){
upload(limit)
}else{
common.show('','是否清空当前表情并重新添加?').then((res) => {