This commit is contained in:
tianshujie
2024-01-31 09:42:28 +08:00
parent c9e982afbb
commit f0dd5f3742
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ window.showLink = function(type, params, onlyUpdateTable)
loadComponent($('#' + type).find('.dtable').attr('id'), {url: url, component: 'dtable', partial: true});
return;
}
loadTarget({url: url, target: type});
loadTarget({url: url, target: type + 'DTable'});
};
window.onSearchLinks = function(type, result)
+2 -2
View File
@@ -130,7 +130,7 @@ detailBody
),
dtable
(
set::id('storyDTable'),
setID('linkStoryDTable'),
set::userMap($users),
set::cols(array_values($config->build->story->dtable->fieldList)),
set::data($stories),
@@ -167,7 +167,7 @@ detailBody
),
dtable
(
set::id('bugDTable'),
setID('bugDTable'),
set::userMap($users),
set::cols(array_values($config->build->bug->dtable->fieldList)),
set::data($bugs),