Commit e11b1a65 by lanyulei

fix: 附件上传bug修复。

parent c637236e
...@@ -34,6 +34,7 @@ export default { ...@@ -34,6 +34,7 @@ export default {
}, },
methods: { methods: {
handleRemove(file, fileList) { handleRemove(file, fileList) {
this.fileListTmp = fileList
this.$emit('fileList', fileList) this.$emit('fileList', fileList)
}, },
handlePreview(file) { 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