* Refactor tree model.

This commit is contained in:
朱金勇
2023-12-23 15:40:13 +08:00
parent ac4cafa5ad
commit 96c2c8a7f6
12 changed files with 443 additions and 454 deletions
+1 -1
View File
@@ -1396,7 +1396,7 @@ class testcase extends control
* @access public
* @return void
*/
public function ajaxGetOptionMenu(int $rootID, int|string $branch = 0, int $rootModuleID = 0, string $returnType = 'html', string $fieldID = ''): bool
public function ajaxGetOptionMenu(int $rootID, int|string $branch = 0, int $rootModuleID = 0, string $returnType = 'html', string $fieldID = '')
{
$optionMenu = $this->loadModel('tree')->getOptionMenu($rootID, 'case', $rootModuleID, $branch);