Merge branch dev/bug-63029 of zentao/zentaopms (#9056)

This commit is contained in:
刘刚
2025-05-30 16:03:34 +08:00
committed by Gitfox
+1
View File
@@ -187,6 +187,7 @@ class doc extends control
$this->view->title = sprintf($this->lang->doc->insertTitle, $this->lang->docTemplate->zentaoList[$type]);
$this->view->searchTab = zget($blockData->content, 'searchTab', '');
$this->view->isSetted = isset($blockData->content->data) && isset($blockData->content->cols) || isset($blockData->content->ganttOptions);
if($type == 'productCase' || $type == 'projectCase') $this->view->caseStage = $blockData->content->caseStage;
}
else
{