fix: fixed ZoneBasicData not working
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
PAU ROVIRA ROSALENY 2025-02-14 09:16:58 +00:00
parent ce49daf591
commit 2d22b8c28a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const filterWhere = computed(() => ({
auto-load
@on-fetch="(data) => (validAddresses = data)"
/>
<FormModel :url="`Zones/${route.params.id}`" auto-load model="zone">
<FormModel :url="`Zones/${$route.params.id}`" auto-load data-key="Zone">
<template #form="{ data, validate }">
<VnRow>
<VnInput