Procházet zdrojové kódy

改善统计科室接口对接-

zhouna před 3 roky
rodič
revize
e76899861d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/js/dept/useStatisticsDept.js

+ 1 - 1
src/js/dept/useStatisticsDept.js

@@ -127,7 +127,7 @@ $(function() {
 function getFilterParam(current){
   const param = {
 	"isPlacefile":isPlacefile,
-	"deptId": deptName=="全部"?"":deptId||"", //科室id
+	"deptId": deptId=="null"?"":deptId||"", //科室id
 	"deptName": deptName=="全部"?"":deptName||"",
     "doctorId":doctorId,
     "doctorName":doctorName,