Commit d1220261 by 夏超

[fix] 玖姿功能

parent 54dfa809
......@@ -1927,7 +1927,7 @@ list[item.field_index] = that.default_process_id
downloadUrl() {
this.document_list.forEach(item => {
let webulr = item.data + '&download=true'
webulr = "http://" + webulr.split("https://")[0]
webulr = "http://" + webulr.split("https://")[1]
fetch(webulr)
.then((res) => res.blob())
.then((blob) => {
......
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