Commit 57f3039b authored by yht15023815643's avatar yht15023815643

项目列表跳转企业详情ID

parent acf688ee
...@@ -391,7 +391,7 @@ export default { ...@@ -391,7 +391,7 @@ export default {
}, },
toEnterprise(item){ toEnterprise(item){
if(item.ownerCompanyUipId){ if(item.ownerCompanyUipId){
this.$router.push({ path: '/enterprise/'+this.encodeStr(item.ownerCompanyUipId)}); this.$router.push({ path: '/enterprise/'+this.encodeStr(item.ownerCompanyCid)});
}else{ }else{
this.$router.push({ path: '/company/'+this.encodeStr(item.ownerCompanyCid)}); this.$router.push({ path: '/company/'+this.encodeStr(item.ownerCompanyCid)});
} }
......
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