Skip to content

Commit 4f6ee88

Browse files
committed
chore: refactor ToolStoreDialog.vue to streamline onBeforeMount usage
1 parent fb8d69e commit 4f6ee88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/src/views/tool/toolStore/ToolStoreDialog.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,9 @@ function open(id: string) {
179179
folderId.value = id
180180
filterList.value = null
181181
dialogVisible.value = true
182-
}
183182
184-
onBeforeMount(() => {
185183
getList()
186-
})
184+
}
187185
188186
async function getList() {
189187
if (toolType.value === 'INTERNAL') {

0 commit comments

Comments
 (0)