8144-devToTest_2448 #963

Merged
alexm merged 347 commits from 8144-devToTest_2448 into test 2024-11-19 07:54:42 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 608e6c717a - Show all commits

View File

@ -19,7 +19,7 @@ const router = useRouter();
const { t } = useI18n();
const { notify } = useNotify();
const thermographPaginateRef = ref(null);
const thermographPaginateRef = ref();
const warehouses = ref([]);
const thermographFilter = {
@ -137,7 +137,6 @@ const removeThermograph = async (id) => {
data-key="TravelThermographs"
url="TravelThermographs"
:filter="thermographFilter"
:params="{ travelFk: id }"
auto-load
>
<template #body="{ rows }">