* [bug#52880,done,0.2h] set dataSource module.

This commit is contained in:
liumengyi
2024-07-19 15:18:25 +08:00
committed by 田淑杰
parent b1518f6a8a
commit 8fbf89693a
+1
View File
@@ -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';