Fixed #990 - FileUpload callback 'Select' little adjust
parent
a8fdc2858d
commit
72b79e3ef3
|
@ -157,7 +157,7 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
this.$emit('select', {originalEvent: event, files: files});
|
||||
this.$emit('select', {originalEvent: event, files: this.files});
|
||||
|
||||
if (this.fileLimit) {
|
||||
this.checkFileLimit();
|
||||
|
|
Loading…
Reference in New Issue