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