This commit is contained in:
hufangzhou
2022-05-13 09:02:56 +08:00
parent 5b90338ebb
commit 74bf099c98
+1 -1
View File
@@ -2465,7 +2465,7 @@ class projectModel extends model
$this->lang->switcherMenu = $this->getSwitcher($objectID, $this->app->rawModule, $this->app->rawMethod);
$this->saveState($objectID, $this->project->getPairsByProgram());
$this->saveState($objectID, $this->getPairsByProgram());
common::setMenuVars('project', $objectID);
}