From 44ff544e358ed943d82cff09ded798258a21f345 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 3 Dec 2025 12:51:01 +0800 Subject: [PATCH] feat: call radioChange on component mount MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1063991 --user=刘瑞斌 【工具】- 选择【数据源】后,切换到应用或知识库菜单,再切换回工具列表,数据显示不准确 https://www.tapd.cn/62980211/s/1805110 --- ui/src/views/tool/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/tool/index.vue b/ui/src/views/tool/index.vue index 5252f3c56..d55babbab 100644 --- a/ui/src/views/tool/index.vue +++ b/ui/src/views/tool/index.vue @@ -92,6 +92,7 @@ function refreshFolder() { onMounted(() => { getFolder(folder.currentFolder?.id ? false : true) + radioChange() })