forked from verdnatura/salix-front
parent
6b2e0df9c2
commit
e06d567e3c
|
@ -32,7 +32,6 @@ watch(
|
|||
() => $props.countryFk,
|
||||
async (newProvinceFk) => {
|
||||
if (newProvinceFk) {
|
||||
// Assuming there's a townsFetchDataRef similar to provincesFetchDataRef
|
||||
await provincesFetchDataRef.value.fetch({
|
||||
where: { countryFk: newProvinceFk },
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue