mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: refactor ToolStoreDialog.vue to streamline onBeforeMount usage
This commit is contained in:
parent
7318fda061
commit
a2600ea98c
|
|
@ -179,11 +179,9 @@ function open(id: string) {
|
|||
folderId.value = id
|
||||
filterList.value = null
|
||||
dialogVisible.value = true
|
||||
}
|
||||
|
||||
onBeforeMount(() => {
|
||||
getList()
|
||||
})
|
||||
}
|
||||
|
||||
async function getList() {
|
||||
if (toolType.value === 'INTERNAL') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue