* Fix setMenu of execution.

This commit is contained in:
zhujinyong
2021-03-22 11:44:09 +08:00
parent 3af50442f6
commit c7313cefd6
15 changed files with 48 additions and 54 deletions
+1 -2
View File
@@ -936,8 +936,7 @@ class doc extends control
}
elseif($from == 'execution')
{
$executions = $this->loadModel('execution')->getPairs(0, 'all', 'nocode');
$this->execution->setMenu($executions, $objectID);
$this->execution->setMenu($objectID);
}
else
{