上传文件超大小BUG修复

This commit is contained in:
a0049873 2022-11-28 17:06:52 +08:00
parent 0bff8b7d8b
commit be50b4c5d6
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<!--
* @Author: hisense.liangjunhua
* @Date: 2022-06-09 15:41:19
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-08-02 11:30:50
* @LastEditors: Light
* @LastEditTime: 2022-11-28 17:05:33
* @Description: 上传组件
-->
<template>
@ -92,6 +92,7 @@
}
if (!isLt10M) {
message.error(`${file.name} 超出100M的大小`)
flag = false
}
return flag || Upload.LIST_IGNORE
}