1111
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ const api = {
|
||||
return utils_request.request("/clinical/hospital/search", data, "post", true, "application/json");
|
||||
},
|
||||
getStaticDoctor(id) {
|
||||
return utils_request.request("/clinical/stats/doctor/" + id, {}, "get", false);
|
||||
return utils_request.request("/clinical/stats/doctor/" + id, {}, "get", true);
|
||||
},
|
||||
getStaticSick(data) {
|
||||
return utils_request.request("/clinical/stats/label", data, "get", false);
|
||||
|
||||
Reference in New Issue
Block a user