Commit 46c08d87 46c08d8745a3c1cf6e128811b4cefd33e7b078fa by zhanghao

commit

1 parent 3c85a1a8
......@@ -1841,7 +1841,7 @@
}
this.$http.get('/tool/testHouLi?'+this.$qs.stringify({
actid: this.testHouLi.actid,
keyword: this.testHouLi.keyword,
keyword: this.testHouLi.keyword.replaceAll(" ",""),
phone: this.testHouLi.phone
}),config).then((res)=>{
console.log(res);
......