fix: refs #7524 use id
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-09-20 10:05:28 +02:00
parent 2537e58ff3
commit 3b709c20cf
1 changed files with 1 additions and 3 deletions

View File

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