|
@@ -1009,11 +1009,11 @@ export default {
|
|
|
tabClick(){
|
|
|
console.log(this.activeName)
|
|
|
if (this.activeName === '客户'){
|
|
|
- this.agentListPrams.content.where.type = '7'
|
|
|
+ this.agentListPrams.content.where.type = '19'
|
|
|
this.$refs.member.flag = true
|
|
|
this.$refs.member.listData()
|
|
|
}else {
|
|
|
- this.agentListPrams.content.where.type = '16'
|
|
|
+ this.agentListPrams.content.where.type = '20'
|
|
|
this.$refs.member.flag = true
|
|
|
this.$refs.member.listData()
|
|
|
}
|