Commit 698f726a authored by zhengyi's avatar zhengyi

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

parent d9d42d86
......@@ -1338,7 +1338,8 @@ export default {
},
getCustomerFollowList() {
getCustomerFollowList({
...this.followForm,
// ...this.followForm,
followForm : { pageNo:1,pageSize:10},
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