+ Add dropmenu for zui3.

This commit is contained in:
caoyanyi
2023-08-30 15:39:24 +08:00
parent 25fe13f045
commit 530bca798d
4 changed files with 209 additions and 0 deletions
+15
View File
@@ -157,6 +157,21 @@ class project extends control
$this->display();
}
/**
* 设置1.5级项目下拉菜单。
* Ajax get project drop menu for zui3.
*
* @param int $projectID
* @param string $module
* @param string $method
* @access public
* @return void
*/
public function ajaxGetDropMenuData(int $projectID, string $module, string $method)
{
$this->ajaxGetDropMenu($projectID, $module, $method);
}
/**
* Ajax get projects.
*