diff --git a/src/components/upload/upload.vue b/src/components/upload/upload.vue index e44c8ec9..08ea8167 100644 --- a/src/components/upload/upload.vue +++ b/src/components/upload/upload.vue @@ -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; @@ -335,4 +335,4 @@ } }, }; - \ No newline at end of file +