Skip to content

Commit

Permalink
Merge branch 'master' into feature_20171127_select
Browse files Browse the repository at this point in the history
  • Loading branch information
nupthale authored Nov 30, 2017
2 parents e65eee3 + bdd0636 commit 501bb36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ const UploadBase = Component.extend({
},

onError(info) {
this.updateList(info);
// 错误的情况下不更新fileList
// this.updateList(info);
this.$emit(
'error',
_.extend(info, {
Expand Down

0 comments on commit 501bb36

Please sign in to comment.