Commit 8b65ddf8 by 夏超

[fix] 玖姿功能

parent e020ac35
...@@ -1926,6 +1926,7 @@ list[item.field_index] = that.default_process_id ...@@ -1926,6 +1926,7 @@ list[item.field_index] = that.default_process_id
// 下载工艺文件 // 下载工艺文件
downloadUrl() { downloadUrl() {
this.document_list.forEach(item => { this.document_list.forEach(item => {
console.log("URL:", item.data + '&download=true')
window.open(item.data + '&download=true') window.open(item.data + '&download=true')
}) })
}, },
......
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