forked from verdnatura/salix-front
refs #6280: replace function event
This commit is contained in:
parent
9f9835b7ab
commit
c731b5b989
|
@ -81,9 +81,6 @@ function handleFetch( data) {
|
|||
postcodesOptions.value = data;
|
||||
}
|
||||
|
||||
async function onPostcodeCreated(){
|
||||
locationFilter()
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<FetchData
|
||||
|
@ -111,7 +108,7 @@ async function onPostcodeCreated(){
|
|||
fill-input
|
||||
>
|
||||
<template #form>
|
||||
<CreateNewPostcode @on-data-saved="onPostcodeCreated($event)" />
|
||||
<CreateNewPostcode @on-data-saved="locationFilter()" />
|
||||
</template>
|
||||
<template #option="{itemProps, opt}">
|
||||
<QItem v-bind="itemProps">
|
||||
|
|
Loading…
Reference in New Issue