* refactor ajaxcustom.

This commit is contained in:
dingyongliang
2023-06-09 16:00:23 +08:00
parent 5e48d616ea
commit f7414c4445
2 changed files with 122 additions and 14 deletions
+2 -1
View File
@@ -194,7 +194,8 @@ dtable
set::recTotal($recTotal),
set::linkCreator(helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}&param={$param}&orderBy=$orderBy&recTotal={$recTotal}&recPerPage={recPerPage}&page={page}"))
),
set::checkInfo(jsRaw('function(checkedIDList){return window.setStatistics(this, checkedIDList);}'))
set::checkInfo(jsRaw('function(checkedIDList){return window.setStatistics(this, checkedIDList);}')),
set::customCols(true)
);
render();