Commit 6d7054a4 by 陈超

A

parent b0a29472
......@@ -150,8 +150,10 @@
if (f.status == 'ready') {
f.url = window.URL.createObjectURL(f.raw)
}
this.fileList = l
this.$emit('change', this.getList())
if(f.status == 'success') {
this.fileList = l
this.$emit('change', this.getList())
}
},
//删除文件
onDeleteImage(index) {
......
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 to comment