|
@@ -273,6 +273,7 @@
|
|
|
// 点击开始上传
|
|
|
async function handleStartUpload() {
|
|
|
const { maxNumber,fileFlow } = props;
|
|
|
+ console.log('fileListRef',fileListRef.value,'props',props)
|
|
|
if ((fileListRef.value.length + props.previewFileList?.length ?? 0) > maxNumber) {
|
|
|
return createMessage.warning(t('component.upload.maxNumber', [maxNumber]));
|
|
|
}
|