Merge branch 'master' of https://github.com/jeecgboot/jeecgboot-vue3
commit
013f6c2e81
|
@ -291,6 +291,8 @@
|
||||||
fileSize: item.size,
|
fileSize: item.size,
|
||||||
};
|
};
|
||||||
newFileList.push(fileJson);
|
newFileList.push(fileJson);
|
||||||
|
} else {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
emitValue(newFileList);
|
emitValue(newFileList);
|
||||||
|
|
Loading…
Reference in New Issue