@ -27,7 +27,9 @@ function getDoctorList(isInit){
}
var url = "/patient/concern/getConcernDoctors",
params = {
patient: userAgent.uid
patient: userAgent.uid,
page: page,
pageSize: pageSize
};
sendPost(url, params, 'JSON', 'GET', queryFailed, function(res){
if(res.status == 200){