Merge branch feature/workflowgroup of zentao/zentaopms (#12569)

This commit is contained in:
刘刚
2025-11-27 17:00:02 +08:00
committed by Gitfox
3 changed files with 8 additions and 3 deletions
+5 -2
View File
@@ -179,8 +179,11 @@ class executionModel extends model
if(!empty($this->lang->execution->menu->other['dropMenu']->pssp))
{
$this->lang->execution->menu->pssp = $this->lang->execution->menu->other['dropMenu']->pssp;
$this->lang->execution->menu->auditplan = $this->lang->execution->menu->other['dropMenu']->auditplan;
$this->lang->execution->menu->pssp = $this->lang->execution->menu->other['dropMenu']->pssp;
if(isset($this->lang->execution->menu->other['dropMenu']->auditplan))
{
$this->lang->execution->menu->auditplan = $this->lang->execution->menu->other['dropMenu']->auditplan;
}
$docOrder = 0;
foreach($this->lang->execution->menuOrder as $order => $menu) if($menu == 'doc') $docOrder = $order;