diff --git a/src/pages/Travel/Card/TravelThermographsForm.vue b/src/pages/Travel/Card/TravelThermographsForm.vue index ea407ec69..de53a266b 100644 --- a/src/pages/Travel/Card/TravelThermographsForm.vue +++ b/src/pages/Travel/Card/TravelThermographsForm.vue @@ -40,6 +40,7 @@ const thermographsOptions = ref([]); const dmsTypesOptions = ref([]); const companiesOptions = ref([]); const warehousesOptions = ref([]); +const inputFileRef = ref(null); const thermographForm = reactive({ thermographId: null, @@ -300,13 +301,18 @@ const updateThermograph = async () => {