|
@@ -280,7 +280,7 @@ function getBarData(type){
|
|
|
function getHomePageLevelStatisticsByDept(type){
|
|
|
if(hospital=="长兴医院"&&hasData("FUNC000076")){
|
|
|
post(api.homePageLevelStatisticsByDept,{//病案首页
|
|
|
- "type": type||1,//1月2年
|
|
|
+ "type": dateType||2,//1月2年
|
|
|
"deptName":curDept
|
|
|
}).then((res)=>{
|
|
|
let data = res.data;
|