Commit 6d7054a4 by 陈超

A

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