From 117dc3e4faed749ac4dbfbf0a41899fe22282c84 Mon Sep 17 00:00:00 2001 From: Baghi Date: Sat, 3 May 2025 17:13:09 +0330 Subject: [PATCH] autocompation --- components/global/AutoComplation.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/global/AutoComplation.vue b/components/global/AutoComplation.vue index 2d31e76..5ae1ef9 100644 --- a/components/global/AutoComplation.vue +++ b/components/global/AutoComplation.vue @@ -530,6 +530,10 @@ export default { this.inputPopupState = 0; this.tagLiSelected = null; }, + searchNavigateList() { + let tt = myEncodeQuery(this.localTextSearch); + this.$emit("on-search-navigate-list", tt); + }, }, };