Skip to content

Commit

Permalink
Merge pull request #377 from li-xiaoqing/master
Browse files Browse the repository at this point in the history
fix: 同一张图片多次上传问题修复
  • Loading branch information
hinesboy authored Mar 5, 2019
2 parents 3a97f3f + 64892fb commit 18ce802
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 27 deletions.
146 changes: 119 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/md-toolbar-left.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
},
$imgAdd($e) {
this.$imgFilesAdd($e.target.files);
$e.target.value = ''; // 初始化
},
$imgDel(pos) {
this.$emit('imgDel', this.img_file[pos]);
Expand Down

0 comments on commit 18ce802

Please sign in to comment.