refs #6694 VnLocation #154
|
@ -72,8 +72,8 @@ onMounted(() => {
|
|||
locationFilter()
|
||||
})
|
||||
function locationFilter(search) {
|
||||
let where = { search };
|
||||
postcodesRef.value.fetch({ where, limit: 30});
|
||||
let args = { filter:{limit: 30}, search};
|
||||
jsegarra marked this conversation as resolved
Outdated
|
||||
postcodesRef.value.fetch({args});
|
||||
}
|
||||
function handleFetch( data) {
|
||||
postcodesOptions.value = data;
|
||||
|
|
Loading…
Reference in New Issue
No veo en que momento se hace el filtrado de datos a las tablas.