Merge branch 'sprint/197_zhouxin_55674' into 'sprint/197'

Sprint/197 zhouxin 55674

See merge request easycorp/zentaopms!3691
This commit is contained in:
孙广明
2022-06-01 08:57:31 +00:00
8 changed files with 173 additions and 151 deletions
+1
View File
@@ -855,6 +855,7 @@ class execution extends control
$this->view->branchGroups = $branchGroups;
$this->view->canBeChanged = common::canModify('execution', $execution); // Determines whether an object is editable.
$this->view->showBranch = $showBranch;
$this->view->storyStages = $this->product->batchGetStoryStage($stories);
$this->display();
}