This commit is contained in:
wangyidong
2021-04-16 10:16:26 +08:00
parent 26dc024e5a
commit 23ceba780d
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -1207,8 +1207,9 @@ class execution extends control
}
elseif($this->app->openApp == 'execution')
{
if($this->config->systemMode == 'new') $executionID = key($this->executions);
$this->execution->setMenu($executionID);
$selectedExecutionID = $executionID;
if($this->config->systemMode == 'new') $selectedExecutionID = key($this->executions);
$this->execution->setMenu($selectedExecutionID);
}
$this->app->loadLang('program');