This commit is contained in:
parent
2537e58ff3
commit
3b709c20cf
|
@ -228,9 +228,7 @@ const updateThermograph = async () => {
|
|||
<template #form>
|
||||
<CreateThermographForm
|
||||
@on-data-saved="
|
||||
(data) =>
|
||||
(thermographForm.thermographId =
|
||||
data.thermographFk)
|
||||
(data) => (thermographForm.thermographId = data.id)
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue