瀏覽代碼

Merge branch 'test' of http://192.168.2.236:10080/zhouna/AIPlatform into test

luolei 5 年之前
父節點
當前提交
d9253a5c98
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      src/js/qcList.js
  2. 2 2
      src/js/qcListDept.js
  3. 1 1
      src/js/qcListPerson.js

+ 2 - 2
src/js/qcList.js

@@ -92,7 +92,7 @@ function getTabData(activePage){
         behospitalCode: behospitalCode,
         name: name, //条目名
         level:level,//病历等级
-        deptId: deptId,
+        deptId: deptId.trim(),
         asc:data_asc,     //升序
         desc:data_desc,       //降序
         doctorName: doctorName,
@@ -867,7 +867,7 @@ $((function($){
         }
         const param = {
             "behospitalCode": behospitalCode,
-            "deptId": deptId,
+            "deptId": deptId.trim(),
             "doctorCode":doctorNum,
             "doctorName": doctorName,
             "leaveHosDateEnd": behosDateEnd,

+ 2 - 2
src/js/qcListDept.js

@@ -95,7 +95,7 @@ function getTabData(activePage){
         behospitalCode: behospitalCode,
         name: name, //条目名
         level:level,//病历等级
-        deptId: deptId,
+        deptId: deptId.trim(),
         asc:data_asc,     //升序
         desc:data_desc,       //降序
         doctorName: doctorName,
@@ -862,7 +862,7 @@ $((function($){
         }
         const param = {
             "behospitalCode": behospitalCode,
-            "deptId": deptId,
+            "deptId": deptId.trim(),
             "doctorCode":doctorNum,
             "doctorName": doctorName,
             "leaveHosDateEnd": behosDateEnd,

+ 1 - 1
src/js/qcListPerson.js

@@ -99,7 +99,7 @@ function getTabData(activePage){
         behospitalCode: behospitalCode,
         name: name, //条目名
         level:level,//病历等级
-        deptId: deptId,
+        deptId: deptId.trim(),
         asc:data_asc,     //升序
         desc:data_desc,       //降序
         doctorName: doctorName,