Contact Card search issue solved..

This commit is contained in:
Cüneyt Şentürk 2021-01-12 21:58:40 +03:00
parent a6077f95ea
commit c1bfcb8b9a

View File

@ -288,7 +288,7 @@ export default {
}, },
onInput() { onInput() {
window.axios.get(this.searchRoute + 'search="' + this.search + '" limit:10') window.axios.get(this.searchRoute + '?search="' + this.search + '" limit:10')
.then(response => { .then(response => {
this.contact_list = []; this.contact_list = [];