Commit 5d01ee15 by liuyang

2024-03-26 注销动态log

parent 17f6152d
...@@ -2444,7 +2444,7 @@ $(function () { ...@@ -2444,7 +2444,7 @@ $(function () {
}); });
} }
var info = new EiInfo() /*var info = new EiInfo()
EiCommunicator.send("HPXS003", "queryMaxLog", info, { EiCommunicator.send("HPXS003", "queryMaxLog", info, {
onSuccess: function (ei) {//返回结果集 onSuccess: function (ei) {//返回结果集
let results = ei.getBlock("result").getMappedRows() let results = ei.getBlock("result").getMappedRows()
...@@ -2454,7 +2454,7 @@ $(function () { ...@@ -2454,7 +2454,7 @@ $(function () {
}, onFail: function (ei) { }, onFail: function (ei) {
} }
}, {async: false}); }, {async: false});*/
}) })
function timedisplay() { function timedisplay() {
......
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