refs #6677 VnSelectFilter add url prop #164
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#164
Loading…
Reference in New Issue
No description provided.
Delete Branch "6677-urlSelectFilter"
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?
LLeva els logs i ficare a @jsegarra pq revisar jo el meu propi codi mal jajaj
@ -70,2 +101,3 @@
const filterHandler = (val, update) => {
async function fetchFilter(val) {
console.log('ENTRY PA', dataRef.value);
...
@ -85,2 +132,4 @@
}
watch(options, (newValue) => {
console.log(newValue);
...
@ -185,2 +185,2 @@
</template>
</VnSelectFilter>
</template> </VnSelectFilter
>s
Cuidao
@ -92,0 +147,4 @@
ref="dataRef"
:url="$props.url"
@on-fetch="(data) => setOptions(data)"
:where="where || { [optionValue]: value }"
Aquí no aplicaría
@ -92,0 +148,4 @@
:url="$props.url"
@on-fetch="(data) => setOptions(data)"
:where="where || { [optionValue]: value }"
:limit="limit || 30"
Si la $prop.limit tiene ya un valor por defecto, es necesario volver a indicarlo?
refs #6677 dataRefto refs #6677 VnSelectFilter add url prop