* [bug#64540,done,1h] Set no nested check.

This commit is contained in:
daitingting
2025-09-05 08:49:21 +08:00
parent 2393e8a5e4
commit e8d989af62
+1
View File
@@ -336,6 +336,7 @@ dtable
))),
!$isFromDoc ? null : set::afterRender(jsCallback()->call('toggleCheckRows', $idList)),
!$isFromDoc ? null : set::onCheckChange(jsRaw('window.checkedChange')),
!$isFromDoc ? null : set::noNestedCheck(true),
!$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}")),