Commit b159de29 authored by hujun's avatar hujun

getList(1)

parent 75f63887
......@@ -116,7 +116,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
//城市 区域 二级联动 筛选
_doc.on('input', '#user_city_choose', function() {
$('#user_area_choose').val('');
user.getList();
user.getList(1);
var _this = $(this);
var _id = _this.val();
user.setUpCityFunction(_id);
......@@ -135,7 +135,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
});
//自动筛选 区域
_doc.on('input', '#user_area_choose', function() {
user.getList();
user.getList(1);
});
//客户详情跟进 取消收藏
_doc.on('click', '#user_is_collect', function() {
......@@ -1819,7 +1819,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
$("#user_area_choose").html(_str);
});
} else {};
user.getList();
user.getList(1);
}
});
},
......
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