Commit a6a17374 by 刘泽奇

123

parent ab131856
......@@ -86,8 +86,8 @@ module.exports=
console.log("preview");
},
success(response, file, fileList){
var xml= this.loadXML(response);
console.log(response,"xxxxxxxxxxxxxxxxxxxxxxxxxx",xml);
this.result=xml.documentElement.getElementsByTagName("Location")[0].textContent;
this.$emit('uploadsuccess',{result:this.result,file:file,fileList:fileList,key:this.d.key,flag:this.flag,dataSouce:this.dataSouce});
},
......
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