|
@@ -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,
|