From 190ef75fa82df5003fc619d18fca330badad753f Mon Sep 17 00:00:00 2001 From: wangzemei Date: Tue, 25 Nov 2025 11:00:13 +0800 Subject: [PATCH] * [task#152533] add the comments. --- module/doc/control.php | 3 +++ module/doc/js/selectlibtype.ui.js | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 */