Fix on-form-change event trigger time
This commit is contained in:
parent
09a536fd8a
commit
3f91ed4dd6
1 changed files with 2 additions and 2 deletions
|
@ -289,8 +289,8 @@
|
|||
_file.status = 'finished';
|
||||
_file.response = res;
|
||||
|
||||
this.dispatch('FormItem', 'on-form-change', _file);
|
||||
this.onSuccess(res, _file, this.fileList);
|
||||
this.dispatch('FormItem', 'on-form-change', _file);
|
||||
|
||||
setTimeout(() => {
|
||||
_file.showProgress = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue