style:设备台账-资料多选上传bug修复

main
黄伟杰 1 week ago
parent 0ee6df60e6
commit 3a795c9632

@ -313,7 +313,7 @@ watch(
const emitUpdateModelValue = () => {
const infos = buildInfosFromFileList()
let result: string | string[]
if (props.limit === 1 || isString(props.modelValue)) {
if (props.limit === 1) {
if (!infos.length) {
result = ''
} else {

Loading…
Cancel
Save