#7679 Filter data from others filters #769
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#769
Loading…
Reference in New Issue
No description provided.
Delete Branch "7679_improve_filters"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: #7679 Filter data from others filtersto #7679 Filter data from others filters@ -14,0 +13,4 @@
const $props = defineProps({
countryFk: {
type: Number,
required: false,
esta linea es necesaria?
Esta prop es necesaria para que cuando se modifique el pais se actualicen las provincias
@ -25,0 +32,4 @@
() => $props.countryFk,
async (newProvinceFk) => {
if (newProvinceFk) {
// Assuming there's a townsFetchDataRef similar to provincesFetchDataRef
es necesario el comentario?
No, no es necesario