Commit bc9f1610 authored by zhengyi's avatar zhengyi

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

parent 0d3f3f65
...@@ -402,6 +402,7 @@ export default { ...@@ -402,6 +402,7 @@ export default {
}, },
handleQuery() { handleQuery() {
this.pageNo = 1 this.pageNo = 1
this.queryParams.pageNo = 1
this.followTime = [] this.followTime = []
this.getCustomerFollowList() this.getCustomerFollowList()
}, },
......
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