Merge branch 'sprint/207_mayue_bug#24049' into 'master'

* Fix bug #24049;

See merge request easycorp/zentaopms!4065
This commit is contained in:
孙广明
2022-06-22 07:06:20 +00:00
+1
View File
@@ -482,6 +482,7 @@ class doc extends control
$this->view->doc = $doc;
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($libID, 'doc', $startModuleID = 0);
$this->view->type = $type;
$this->view->lib = $lib;
$this->view->libs = $this->doc->getLibs('all', $extra = 'withObject|noBook', $libID, $objectID);
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->users = $this->user->getPairs('noletter|noclosed|nodeleted', $doc->users);