mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
fix: journal double api fetching
This commit is contained in:
@@ -188,14 +188,14 @@ export default defineComponent({
|
||||
if (!value || value == '') return;
|
||||
if (value.length < 3) return;
|
||||
|
||||
this.startSearchTimeout('driver', value);
|
||||
if (this.showOptions) this.startSearchTimeout('driver', value);
|
||||
},
|
||||
|
||||
async 'searchersValues.search-dispatcher'(value: string | undefined) {
|
||||
if (!value || value == '') return;
|
||||
if (value.length < 3) return;
|
||||
|
||||
this.startSearchTimeout('dispatcher', value);
|
||||
if (this.showOptions) this.startSearchTimeout('dispatcher', value);
|
||||
}
|
||||
},
|
||||
|
||||
@@ -283,7 +283,6 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
searchConfirm() {
|
||||
this.$emit('onSearchConfirm');
|
||||
this.handleRouteParams();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user