#7679 Filter data from others filters #769

Merged
jsegarra merged 4 commits from 7679_improve_filters into dev 2024-09-30 07:19:31 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit e06d567e3c - Show all commits

View File

@ -32,7 +32,6 @@ watch(
() => $props.countryFk,
async (newProvinceFk) => {
if (newProvinceFk) {
// Assuming there's a townsFetchDataRef similar to provincesFetchDataRef
await provincesFetchDataRef.value.fetch({
jsegarra marked this conversation as resolved
Review

es necesario el comentario?

es necesario el comentario?
Review

No, no es necesario

No, no es necesario
where: { countryFk: newProvinceFk },
});