Skip to content

Commit 2337dee

Browse files
committed
feat: enhance tool list retrieval with shared folder filtering and structured response
--bug=1060012 --user=刘瑞斌 【应用】高级编排获取的共享工具列表为空 https://www.tapd.cn/62980211/s/1749230
1 parent c48aa77 commit 2337dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/application-workflow/component/DropdownMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ async function getToolFolder() {
250250
async function getToolList() {
251251
const res = await loadSharedApi({
252252
type: 'tool',
253+
isShared: folder.currentFolder?.id === 'share',
253254
systemType: 'workspace',
254255
}).getToolList({
255256
folder_id: folder.currentFolder?.id || user.getWorkspaceId(),

0 commit comments

Comments
 (0)