This commit is contained in:
孙华伟
2022-02-23 17:15:56 +08:00
parent 234cfff784
commit 51e54dcf74
2 changed files with 1 additions and 2 deletions

View File

@@ -839,7 +839,6 @@ 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();
}