소스 검색

改善统计科室接口对接-

zhouna 3 년 전
부모
커밋
e76899861d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,