Commit 46c08d87 46c08d8745a3c1cf6e128811b4cefd33e7b078fa by zhanghao

commit

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