Merge branch 'master_xieqiyu_56931' into 'master'

* Finish task#56931.

See merge request easycorp/zentaopms!3906
This commit is contained in:
王怡栋
2022-06-14 06:30:53 +00:00
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -3373,6 +3373,7 @@ class execution extends control
$this->view->team = $team;
$this->view->executionID = $executionID;
$this->view->storyID = $storyID;
$this->view->story = $this->story->getById($storyID);
$this->display();
}