seimin 1 year ago
parent
commit
3395e84918
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 2 - 2
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -876,7 +876,7 @@ export class HushijiandanComponent implements OnInit {
876 876
       surgery: {
877 877
         applyDateStart: format(startOfDay(new Date()), "yyyy-MM-dd HH:mm:ss"),
878 878
         applyDateEnd: format(endOfDay(new Date()), "yyyy-MM-dd HH:mm:ss"),
879
-        hosId: this.currentHospital.id,
879
+        // hosId: this.currentHospital.id,
880 880
         surgeryDept: this.loginUserDeptId,
881 881
         state: {
882 882
           key: 'surgery_trans_state',
@@ -3503,7 +3503,7 @@ export class HushijiandanComponent implements OnInit {
3503 3503
       surgery: {
3504 3504
         applyDateStart: format(startOfDay(new Date()), "yyyy-MM-dd HH:mm:ss"),
3505 3505
         applyDateEnd: format(endOfDay(new Date()), "yyyy-MM-dd HH:mm:ss"),
3506
-        hosId: this.currentHospital.id,
3506
+        // hosId: this.currentHospital.id,
3507 3507
       },
3508 3508
       idx: this.surgeryPageIndex - 1,
3509 3509
       sum: this.surgeryPageSize,