* [task#133223,doing,0.5h] change tip condition.

This commit is contained in:
tianshujie
2024-12-03 13:25:42 +08:00
committed by 田淑杰
parent 944e596976
commit 55ba011f2c
11 changed files with 59 additions and 46 deletions
+1
View File
@@ -157,6 +157,7 @@ class programplanZen extends programplan
$this->view->programPlan = $viewData->programPlan;
$this->view->plans = $viewData->plans;
$this->view->planID = $viewData->planID;
$this->view->syncData = $viewData->syncData;
$this->view->type = 'lists';
$this->view->executionType = $viewData->executionType;
$this->view->PMUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst', $viewData->project->PM);