Skip to content

Commit

Permalink
Merge branch 'feature_20171127_select' of https://github.com/kaola-fe…
Browse files Browse the repository at this point in the history
…d/nek-ui into feature_20171127_select
  • Loading branch information
lllang committed Nov 30, 2017
2 parents 2b96021 + 501bb36 commit c6982c2
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 c6982c2

Please sign in to comment.