mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: call radioChange on component mount
--bug=1063991 --user=刘瑞斌 【工具】- 选择【数据源】后,切换到应用或知识库菜单,再切换回工具列表,数据显示不准确 https://www.tapd.cn/62980211/s/1805110
This commit is contained in:
parent
6308ee4ff3
commit
44ff544e35
|
|
@ -92,6 +92,7 @@ function refreshFolder() {
|
|||
|
||||
onMounted(() => {
|
||||
getFolder(folder.currentFolder?.id ? false : true)
|
||||
radioChange()
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue