上传文件超大小BUG修复
This commit is contained in:
parent
0bff8b7d8b
commit
be50b4c5d6
|
@ -1,8 +1,8 @@
|
||||||
<!--
|
<!--
|
||||||
* @Author: hisense.liangjunhua
|
* @Author: hisense.liangjunhua
|
||||||
* @Date: 2022-06-09 15:41:19
|
* @Date: 2022-06-09 15:41:19
|
||||||
* @LastEditors: hisense.liangjunhua
|
* @LastEditors: Light
|
||||||
* @LastEditTime: 2022-08-02 11:30:50
|
* @LastEditTime: 2022-11-28 17:05:33
|
||||||
* @Description: 上传组件
|
* @Description: 上传组件
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -92,6 +92,7 @@
|
||||||
}
|
}
|
||||||
if (!isLt10M) {
|
if (!isLt10M) {
|
||||||
message.error(`${file.name} 超出100M的大小`)
|
message.error(`${file.name} 超出100M的大小`)
|
||||||
|
flag = false
|
||||||
}
|
}
|
||||||
return flag || Upload.LIST_IGNORE
|
return flag || Upload.LIST_IGNORE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue