Commit cd9dfd07 by liuyang

2024-03-26 企业管理添加log上传

parent 6cd5c01f
......@@ -2451,7 +2451,7 @@ $(function () {
if (ei.blocks.result !== undefined){
let results = ei.getBlock("result").getMappedRows()
$("#sidebar img").attr("src",downloadHref(results[0].docIdPc),results[0].projectEnv);
$("#sidebar img").attr("src",downloadHref(results[0].docIdPc,results[0].projectEnv));
}
}, onFail: function (ei) {
......
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