From c1bfcb8b9aff7c66ebfeebf88be7f34b54f39969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 12 Jan 2021 21:58:40 +0300 Subject: [PATCH] Contact Card search issue solved.. --- resources/assets/js/components/AkauntingContactCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/AkauntingContactCard.vue b/resources/assets/js/components/AkauntingContactCard.vue index a8d2f726f..d2a53517a 100644 --- a/resources/assets/js/components/AkauntingContactCard.vue +++ b/resources/assets/js/components/AkauntingContactCard.vue @@ -288,7 +288,7 @@ export default { }, onInput() { - window.axios.get(this.searchRoute + 'search="' + this.search + '" limit:10') + window.axios.get(this.searchRoute + '?search="' + this.search + '" limit:10') .then(response => { this.contact_list = [];