This commit is contained in:
parent
075c129036
commit
b2cc74d890
|
@ -156,6 +156,10 @@ const updateThermograph = async () => {
|
|||
console.error('Error creating thermograph');
|
||||
}
|
||||
};
|
||||
|
||||
const onThermographCreated = async (data) => {
|
||||
thermographForm.thermographId = data.id;
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<FetchData
|
||||
|
|
Loading…
Reference in New Issue