Explorar o código

改善统计科室接口对接-

zhouna %!s(int64=3) %!d(string=hai) anos
pai
achega
e76899861d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,