fix: fix
This commit is contained in:
parent
a89f28a2ae
commit
f4410b25ce
@ -386,7 +386,7 @@ function openCreateDialog(data?: any) {
|
|||||||
if (data) {
|
if (data) {
|
||||||
loadSharedApi({ type: 'tool', systemType: type.value })
|
loadSharedApi({ type: 'tool', systemType: type.value })
|
||||||
.getToolById(data?.id, loading)
|
.getToolById(data?.id, loading)
|
||||||
.then((res:) => {
|
.then((res: any) => {
|
||||||
ToolFormDrawerRef.value.open(res.data)
|
ToolFormDrawerRef.value.open(res.data)
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user