|
@@ -412,6 +412,7 @@ export class HushijiandanComponent implements OnInit {
|
412
|
412
|
idx: 0,
|
413
|
413
|
sum: 1,
|
414
|
414
|
taskType: {
|
|
415
|
+ patientInspectQuery: true,
|
415
|
416
|
hosIds: this.currentHospital.id + "",
|
416
|
417
|
associationType: {
|
417
|
418
|
id: 260,
|
|
@@ -742,13 +743,13 @@ export class HushijiandanComponent implements OnInit {
|
742
|
743
|
this.appointmentBuildFlag =
|
743
|
744
|
result.list[0].appointmentSwitch + "";
|
744
|
745
|
this.leadTime = result.list[0].appointmentTime;
|
745
|
|
- this.followFlag = result.list[0].focusSwitch + "";
|
|
746
|
+ this.followFlag = result.list[0].focusSwitch + "";
|
746
|
747
|
this.allowUrgentFlag =
|
747
|
748
|
result.list[0].allowUrgent == 1 ? true : false;
|
748
|
749
|
} else {
|
749
|
750
|
this.appointmentBuildFlag = "0";
|
750
|
751
|
this.leadTime = 0;
|
751
|
|
- this.followFlag = "0";
|
|
752
|
+ this.followFlag = "0";
|
752
|
753
|
this.allowUrgentFlag = false;
|
753
|
754
|
}
|
754
|
755
|
this.pLoading = true;
|