@ -152,7 +152,7 @@ function getHealthDoctorList(isRefresh){
pageList: [5,8,10],
responseHandler: function (res) {
return {
rows: res.data.doctors,
rows: res.data.doctors || [],
total: res.data.total
}
},