This commit is contained in:
tianshujie98
2021-08-05 13:25:34 +08:00
parent 5fe9be710c
commit 62cdfe2198
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -1220,6 +1220,10 @@ class execution extends control
if($this->config->systemMode == 'new') $selectedExecutionID = key($this->executions);
$this->execution->setMenu($selectedExecutionID);
}
elseif($this->app->openApp == 'doc')
{
unset($this->lang->doc->menu->execution['subMenu']);
}
$this->app->loadLang('program');
$this->app->loadLang('stage');