Commit 8b630133 by liuyang

1、修复文档预览bug

parent be724be5
...@@ -22,7 +22,7 @@ let download = function () { ...@@ -22,7 +22,7 @@ let download = function () {
let singleDownload = function (row) { let singleDownload = function (row) {
//let fileId = $("#inqu_status-0-fileId").val(); //let fileId = $("#inqu_status-0-fileId").val();
let inInfo = new EiInfo(); let inInfo = new EiInfo();
inInfo.set("result-0-fileId", row['fileId']); inInfo.set("result-0-fileId", isBlank(row['fileId'])?row['bizId']:row['fileId']);
inInfo.set("result-0-docId", row['docId']); inInfo.set("result-0-docId", row['docId']);
EiCommunicator.send("HPWD001C", "add", inInfo, { EiCommunicator.send("HPWD001C", "add", inInfo, {
onSuccess(res) { onSuccess(res) {
......
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