This commit is contained in:
liumengyi
2023-02-28 08:07:03 +00:00
parent 1c5578745b
commit adba207640
+1
View File
@@ -2102,6 +2102,7 @@ class execution extends control
{
$productID = $this->product->getProductIDByProject($executionID);
$parentStageList = $this->loadModel('programplan')->getParentStageList($execution->project, $executionID, $productID);
unset($parentStageList[0]);
}
$this->view->title = $title;