Commit 06f40b32 authored by zhengyi's avatar zhengyi

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

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