* [bug#53809,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-08-15 16:55:41 +08:00
committed by 王怡栋
parent fc3320d713
commit af3b1c4fed
+3
View File
@@ -469,6 +469,9 @@ class doc extends control
$this->view->objectDropdown = $objectDropdown;
$this->view->moduleID = $moduleID;
$this->view->spaceType = $objectType;
$this->view->productID = $doc->product;
$this->view->projectID = $doc->project;
$this->view->executionID = $doc->execution;
$this->view->linkParams = "objectID={$objectID}&%s&browseType=&orderBy=status,id_desc&param=0";
$this->view->otherEditing = $this->doc->checkOtherEditing($docID);
$this->display();