Browse Source

改善统计科室接口对接-

zhouna 3 years ago
parent
commit
e76899861d
1 changed files with 1 additions and 1 deletions
  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,