1111
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ const api = {
|
||||
return request('/clinical/hospital/search', data, 'post',true,'application/json');
|
||||
},
|
||||
getStaticDoctor(id){
|
||||
return request('/clinical/stats/doctor/'+id,{}, 'get',false);
|
||||
return request('/clinical/stats/doctor/'+id,{}, 'get',true);
|
||||
},
|
||||
getStaticSick(data) { //首页统计数据
|
||||
return request('/clinical/stats/label', data, 'get', false);
|
||||
|
||||
Reference in New Issue
Block a user