Commit 9c232928 authored by huangjie's avatar huangjie

*

parent f23e14eb
...@@ -365,7 +365,7 @@ export default { ...@@ -365,7 +365,7 @@ export default {
let customerId = row.customerId let customerId = row.customerId
let companyId = row.companyId let companyId = row.companyId
let path = type let path = type
if(companyId == null){ if(type == "" && companyId == null){
path = 'business' path = 'business'
} }
this.$router.push({path:'/enterprise/'+encodeStr(companyId),query:{customerId:customerId,path:path}}) this.$router.push({path:'/enterprise/'+encodeStr(companyId),query:{customerId:customerId,path:path}})
......
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