Commit 6ed70f0d authored by zhengyi's avatar zhengyi

客户跟进列表查询分页bug修复撤销,这个问题暂时不做处理

parent 06f40b32
......@@ -1339,7 +1339,6 @@ export default {
getCustomerFollowList() {
getCustomerFollowList({
...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