8381-thermographTravel #1244

Merged
jgallego merged 8 commits from 8381-thermographTravel into dev 2025-01-27 15:21:41 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1e5c56e19b - Show all commits

View File

@ -1,5 +1,5 @@
<script setup>
import { computed, ref, onMounted } from 'vue';
import { computed, ref } from 'vue';
import { useRoute, useRouter } from 'vue-router';
import { useI18n } from 'vue-i18n';
import { useQuasar } from 'quasar';
@ -20,7 +20,7 @@ const router = useRouter();
const { t } = useI18n();
const { notify } = useNotify();
const travel = computed(() => useArrayData('Travel1').store.data);
const travel = computed(() => useArrayData('Travel').store.data);
const thermographPaginateRef = ref();
const warehouses = ref([]);