+ Add view param.

This commit is contained in:
caoyanyi
2023-07-31 10:55:12 +08:00
parent 8522afbaf3
commit baf98c16b3
+2
View File
@@ -134,6 +134,7 @@ class doc extends control
$this->view->libType = 'lib';
$this->view->objectDropdown = $objectDropdown;
$this->view->spaceType = 'mine';
$this->view->linkParams = "objectID=$objectID&%s&browseType=&orderBy=$orderBy&param=0";
$this->display();
}
@@ -1302,6 +1303,7 @@ class doc extends control
$this->view->exportMethod = $libType == 'api' ? 'export' : $type . '2export';
$this->view->apiLibID = key($apiLibs);
$this->view->spaceType = $type;
$this->view->linkParams = "objectID=$objectID&%s&browseType=&orderBy=$orderBy&param=0";
$this->display();
}