fix: refs #8227 warnfix #1385

Merged
alexm merged 4 commits from 8227-warmfixRoute into test 2025-02-14 09:45:37 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 2b68267be5 - Show all commits

View File

@ -32,12 +32,9 @@ const getZone = async () => {
filter: JSON.stringify(filter),
},
});
console.log(data);
zoneId.value = data.zoneFk;
console.log('zone: ', zoneId.value);
const { data: zoneData } = await axios.get(`Zones/${zoneId.value}`);
zone.value = zoneData.name;
console.log('zone: ', zone.value);
};
const filter = {