Commit 9c0fe266 by liuyang

2024/03/15 文件批量下载

parent dd94ca94
...@@ -120,7 +120,7 @@ $(function () { ...@@ -120,7 +120,7 @@ $(function () {
} else { } else {
for (let i = 0, length = checkedRows.length; i < length; i++) { for (let i = 0, length = checkedRows.length; i < length; i++) {
downloadHref(checkedRows[i]["docId"]) window.location.href = downloadHref(checkedRows[i]["docId"])
//docId += checkedRows[i]["docId"]; //docId += checkedRows[i]["docId"];
//docId += "," //docId += ","
} }
......
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