Commit a4c92dc9 by lanyulei Committed by GitHub

Merge pull request #60 from lanyulei/dev

fix: 附件上传bug修复。
parents e1c2c715 e11b1a65
......@@ -34,6 +34,7 @@ export default {
},
methods: {
handleRemove(file, fileList) {
this.fileListTmp = fileList
this.$emit('fileList', fileList)
},
handlePreview(file) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment