luolei пре 4 година
родитељ
комит
3177910a2a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/js/deptConsole.js

+ 2 - 2
src/js/deptConsole.js

@@ -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=[]