* [misc] set empty idList for default.

This commit is contained in:
songchenxuan
2025-01-03 10:06:43 +08:00
committed by 綦新志
parent f1ba400019
commit adecd591ab
3 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -142,8 +142,9 @@ class bug extends control
$this->bugZen->buildBrowseView($bugs, (object)$product, $branch, $browseType, $moduleID, $executions, $param, $orderBy, $pager);
$this->view->from = $from;
$this->view->blockID = $blockID;
$this->view->from = $from;
$this->view->blockID = $blockID;
$this->view->idList = '';
if($from === 'doc')
{
$docBlock = $this->loadModel('doc')->getDocBlock($blockID);