Commit d4cc7dec authored by zhangyanni's avatar zhangyanni

搜索

parent 909a04f1
......@@ -85,6 +85,7 @@
}
var tab = this.userInfo.empType==0?2:1;
window.sessionStorage.setItem("keyword",data);
window.sessionStorage.setItem("searchTabInd",tab);
this.$router.push({path:"/mobileSearchResult",query:{key:data,tab:tab}});
api.mixSearchAxios(params).then((res)=>{
if(res.code==0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment