This commit is contained in:
sunjun
2022-07-08 02:37:29 +00:00
parent ed422485ed
commit d2b201003b
+1 -1
View File
@@ -47,7 +47,7 @@ class task extends control
if(!empty($executionID)) $execution = $this->execution->getById($executionID);
$executions = $this->execution->getPairs(0, 'all', isset($execution) ? (!common::canModify('execution', $execution) ? 'noclosed' : '') : 'noclosed');
$executionID = $this->execution->saveState($executionID, $executions);
$execution = $this->execution->getById($executionID);
$execution = $this->execution->getById($executionID);
$this->execution->setMenu($executionID);
$this->execution->getLimitedExecution();