* Fix bug of undefined property.

This commit is contained in:
liumengyi
2024-04-22 13:17:13 +08:00
parent 92d6e76b94
commit 06adae1d17
@@ -254,7 +254,7 @@ statisticBlock
),
set::block($block),
set::active($active),
set::moreLink(createLink('execution', 'all', 'status=' . $block->params->type)),
set::moreLink(createLink('execution', 'all', 'status=' . zget($block->params, 'type', ''))),
set::items($items),
$blockView,
);