Skip to content

Commit 44ff544

Browse files
committed
feat: call radioChange on component mount
--bug=1063991 --user=刘瑞斌 【工具】- 选择【数据源】后,切换到应用或知识库菜单,再切换回工具列表,数据显示不准确 https://www.tapd.cn/62980211/s/1805110
1 parent 6308ee4 commit 44ff544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/tool/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ function refreshFolder() {
9292
9393
onMounted(() => {
9494
getFolder(folder.currentFolder?.id ? false : true)
95+
radioChange()
9596
})
9697
</script>
9798

0 commit comments

Comments
 (0)