Contact Card search issue solved..
This commit is contained in:
parent
a6077f95ea
commit
c1bfcb8b9a
@ -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 = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user