Explorar el Código

改善统计科室接口对接-

zhouna hace 3 años
padre
commit
e76899861d
Se han modificado 1 ficheros con 1 adiciones y 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,