* finish task #6548.

This commit is contained in:
wangyidong
2019-11-20 14:25:59 +08:00
parent 67c482275f
commit 23c78dece4
8 changed files with 47 additions and 8 deletions
+2 -2
View File
@@ -371,11 +371,11 @@ class tree extends control
* @access public
* @return string the html select string.
*/
public function ajaxGetOptionMenu($rootID, $viewType = 'story', $branch = 0, $rootModuleID = 0, $returnType = 'html', $fieldID = '', $needManage = false)
public function ajaxGetOptionMenu($rootID, $viewType = 'story', $branch = 0, $rootModuleID = 0, $returnType = 'html', $fieldID = '', $needManage = false, $extra = '')
{
if($viewType == 'task')
{
$optionMenu = $this->tree->getTaskOptionMenu($rootID);
$optionMenu = $this->tree->getTaskOptionMenu($rootID, 0, 0, $extra);
}
else
{