* [bug#59554,done,4h] Get checked rows.

This commit is contained in:
daitingting
2025-04-10 14:16:51 +08:00
committed by 刘刚
parent ceb8a8e5a8
commit 41e1546333
22 changed files with 169 additions and 35 deletions
+1
View File
@@ -335,6 +335,7 @@ dtable
'linkCreator' => helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}&param={$param}&orderBy=$orderBy&recTotal={$pager->recTotal}&recPerPage={recPerPage}&page={page}&from={$from}&blockID={$blockID}") . "#app={$app->tab}"
))),
!$isFromDoc ? null : set::afterRender(jsCallback()->call('toggleCheckRows', $idList)),
!$isFromDoc ? null : set::onCheckChange(jsRaw('window.checkedChange')),
!$isFromDoc ? null : set::height(400),
$isFromDoc ? null : set::customCols(true),
$isFromDoc ? null : set::sortLink(createLink('execution', 'task', "executionID={$execution->id}&status={$status}&param={$param}&orderBy={name}_{sortType}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}")),