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