Commit 41870865 authored by 我在何方's avatar 我在何方

客户投诉修复

parent a8fa8b02
......@@ -243,7 +243,7 @@ export default {
this.total = r.data.total;
})
}else {
getCustomerFollowPage2({bizId: this.id,pageNo:this.pageNo,pageSize:this.pageSize}).then(r => {
getCustomerFollowPage2({bizId: this.id,followType:3,pageNo:this.pageNo,pageSize:this.pageSize}).then(r => {
this.customerFollowList = r.data.list;
this.total = r.data.total;
})
......
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