Commit e770c354 authored by anxixi's avatar anxixi

负责的用户相关需求跳转问题

parent 88f54283
......@@ -131,7 +131,12 @@
if(response.result.businessId){
this.businessIf = false;
this.$router.push({path:"/bigBusiness/detail",query:{id:response.result.businessId,flag:1,oM:1}});
if(this.activeIf == 1){
this.activeName = 'first';
this.activeIf = 0;
}else{
this.$router.push({path:"/bigBusiness/detail",query:{id:response.result.businessId,flag:1,oM:1}});
}
}else{
this.businessIf = true;
}
......
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