feat: call radioChange on component mount

--bug=1063991 --user=刘瑞斌 【工具】- 选择【数据源】后,切换到应用或知识库菜单,再切换回工具列表,数据显示不准确 https://www.tapd.cn/62980211/s/1805110
This commit is contained in:
CaptainB 2025-12-03 12:51:01 +08:00
parent 6308ee4ff3
commit 44ff544e35

View File

@ -92,6 +92,7 @@ function refreshFolder() {
onMounted(() => {
getFolder(folder.currentFolder?.id ? false : true)
radioChange()
})
</script>