Form support Upload component

Form support Upload component
This commit is contained in:
梁灏 2017-01-22 15:02:06 +08:00
parent ddef2bb3d6
commit 9ce1b539e0

View file

@ -276,6 +276,7 @@
_file.status = 'finished';
_file.response = res;
this.$dispatch('on-form-change', _file);
this.onSuccess(res, _file, this.fileList);
setTimeout(() => {