+ Add commit.

This commit is contained in:
lanzongjun
2023-05-08 18:23:16 +08:00
parent c3686b2833
commit 4e7fe7c33c
+1
View File
@@ -54,6 +54,7 @@ class programplan extends control
if(!defined('RUN_MODE') || RUN_MODE != 'api') $projectID = $this->project->saveState($projectID, $this->project->getPairsByProgram());
/* 获取项目下产品并调整三级导航操作按钮。 */
$products = $this->loadModel('product')->getProducts($projectID);
if($this->session->hasProduct) $this->lang->modulePageNav = $this->product->select($products, $productID, 'programplan', 'browse', $type, 0, 0, '', false);