Fix on-form-change event trigger time

This commit is contained in:
li.fameng 2018-12-13 11:05:47 +08:00
parent 09a536fd8a
commit 3f91ed4dd6

View file

@ -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;