This commit is contained in:
wangdan-fit2cloud 2025-06-24 15:08:52 +08:00
parent a89f28a2ae
commit f4410b25ce

View File

@ -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 {