diff --git a/module/doc/control.php b/module/doc/control.php index 220a1d9522..44568f5ab8 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -1570,6 +1570,9 @@ class doc extends control * 设置选择文档库类型的范围。 * Set the scope of the document library type to be selected. * + * @param string $objectType + * @param string $params + * @param string $from * @access public * @return void */ diff --git a/module/doc/js/selectlibtype.ui.js b/module/doc/js/selectlibtype.ui.js index 2b2234ddbe..1fb923ae1d 100644 --- a/module/doc/js/selectlibtype.ui.js +++ b/module/doc/js/selectlibtype.ui.js @@ -115,9 +115,11 @@ window.reloadApi = function() /** * Redirect the parent window. * - * @param string objectType - * @param int libID - * @param string docType + * @param string link + * @param string from + * @param string spaceID + * @param string libID + * @param string moduleID * @access public * @return void */