This commit is contained in:
@@ -153,6 +153,9 @@ export default {
|
|||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (fileData == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (fileData.size > 512000) {
|
if (fileData.size > 512000) {
|
||||||
window.$gz.eventBus.$emit("notify-error", vm.fileSizeExceededWarning);
|
window.$gz.eventBus.$emit("notify-error", vm.fileSizeExceededWarning);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user