|
|
@@ -338,8 +338,8 @@ export default {
|
|
|
},
|
|
|
})
|
|
|
if (res.data){
|
|
|
- this.mainData.tableName = res.data.sa_customerpoolid == '0' ? '公海客户':'我的客户'
|
|
|
- this.mainData.path = res.data.sa_customerpoolid == '0' ? '/PublicCustomerDetail':'/customerDetail'
|
|
|
+ this.mainData.tableName = res.data.sa_customerpoolid == '0' ? '我的客户':'公海客户'
|
|
|
+ this.mainData.path = res.data.sa_customerpoolid == '0' ? '/customerDetail':'/customerDetailPublicCustomerDetail'
|
|
|
this.changeDataStructure()
|
|
|
}
|
|
|
}
|