Skip to content

Commit

Permalink
Merge pull request #329 from kaola-fed/feature_20180312_klupload
Browse files Browse the repository at this point in the history
修复非立即上传bug
  • Loading branch information
ZianeCui authored Mar 16, 2018
2 parents d1767a7 + f5d5745 commit f2bd687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ const UploadBase = Component.extend({
}
fileUnitList.splice(unitIndex, 1);
}
data.fileList = fileList;
if (!data.autoUpload) {
this.initFormData();
}
data.fileList = fileList;
this.$update();
},

Expand Down

0 comments on commit f2bd687

Please sign in to comment.