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