diff --git a/module/bug/control.php b/module/bug/control.php index dd75b421a5..bda3be5ded 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -620,6 +620,7 @@ class bug extends control { /* 设置模块数据源。 */ /* Set module data source. */ + $this->config->bug->dtable->fieldList['module']['dataSource']['module'] = 'tree'; $this->config->bug->dtable->fieldList['module']['dataSource']['method'] = 'getAllModulePairs'; $this->config->bug->dtable->fieldList['module']['dataSource']['params'] = 'bug';