Commit 06f40b32 authored by zhengyi's avatar zhengyi

客户跟进列表查询分页bug修复

parent 698f726a
......@@ -1338,8 +1338,8 @@ export default {
},
getCustomerFollowList() {
getCustomerFollowList({
// ...this.followForm,
followForm : { pageNo:1,pageSize:10},
...this.followForm,
pageNo: 1,
customerId: this.customerId
}).then(r => {
this.customerFollowList = r.data.list;
......
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