refs #6694 feat: handle when postcodecreated
This commit is contained in:
parent
94fb073d3f
commit
4e66f3c65d
|
@ -73,8 +73,11 @@ function locationFilter(search) {
|
|||
postcodesRef.value.fetch({ where, args: params });
|
||||
}
|
||||
function handleFetch( data) {
|
||||
postcodesOptions.value = data;
|
||||
postcodesOptions.value = data;
|
||||
}
|
||||
async function onPostcodeCreated(){
|
||||
postcodesRef.value.fetch();
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<FetchData
|
||||
|
|
Loading…
Reference in New Issue