Commit a077ec79 authored by huangjie's avatar huangjie

*

parent 6656039a
......@@ -363,9 +363,9 @@ export default {
//跳转到客户详情
toDetail(row,type){
let customerId = row.customerId
let companyId = row.companyId
let companyId = row.companyId == null?'':encodeStr(companyId)
let path = type
this.$router.push({path:'/enterprise/'+encodeStr(companyId),query:{customerId:customerId,path:path}})
this.$router.push({path:'/enterprise/'+companyId,query:{customerId:customerId,path:path}})
},
clearname(value){
if(value == ""){
......
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