diff --git a/ui/src/views/tool/component/ToolListContainer.vue b/ui/src/views/tool/component/ToolListContainer.vue index bcab72404..9b8f242ff 100644 --- a/ui/src/views/tool/component/ToolListContainer.vue +++ b/ui/src/views/tool/component/ToolListContainer.vue @@ -386,7 +386,7 @@ function openCreateDialog(data?: any) { if (data) { loadSharedApi({ type: 'tool', systemType: type.value }) .getToolById(data?.id, loading) - .then((res:) => { + .then((res: any) => { ToolFormDrawerRef.value.open(res.data) }) } else {