Commit 90d5c745 by 宋祥

Merge remote-tracking branch 'origin/dev' into dev

parents 6d41ed2b 9c0fe266
...@@ -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