|
@@ -1358,7 +1358,9 @@ export class HushijiandanComponent implements OnInit {
|
1358
|
1358
|
this.yyTimeZy.setHours(this.yyTimeZy.getHours() + 1);
|
1359
|
1359
|
}
|
1360
|
1360
|
} else {
|
1361
|
|
- this.appointmentZyBuildFlag = "0";
|
|
1361
|
+ this.appointmentBuildFlag =
|
|
1362
|
+ this.currentTasktype.appointmentSwitch == 1 ? "1" : "0";
|
|
1363
|
+ console.log(this.appointmentBuildFlag, "seimin");
|
1362
|
1364
|
}
|
1363
|
1365
|
console.log(this.patientForm.controls.checkedType.value, this.checkTypeLis);
|
1364
|
1366
|
this.current_allowUrgent =
|