This commit is contained in:
孙华伟
2022-02-23 17:17:28 +08:00
parent 51e54dcf74
commit e78a9cc05a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -839,6 +839,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->display();
}