|
@@ -352,7 +352,7 @@ function getBarData(type){
|
|
|
getHomePageLevelStatisticsByDept(type)
|
|
|
}
|
|
|
function getHomePageLevelStatisticsByDept(type){
|
|
|
- if(hospital=="长兴医院"&&hasData("FUNC000076")){
|
|
|
+ // if(hospital=="长兴医院"&&hasData("FUNC000076")){
|
|
|
post(isPlacefile==0?api.casesEntryStatisticsByDept: api.homePageLevelStatisticsByDept,{//病案首页
|
|
|
"type": dateType||2,//1月2年
|
|
|
"deptName":curDept,
|
|
@@ -367,7 +367,7 @@ function getHomePageLevelStatisticsByDept(type){
|
|
|
lineChartSpecial(result1)
|
|
|
}
|
|
|
})
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
function lineChartSpecial(result1){
|
|
|
let dataX=[],dataY=[]
|