|
@@ -118,7 +118,7 @@ Component(
|
|
|
fee,
|
|
|
feeStr,
|
|
|
} = this.getQuery();
|
|
|
- if (this.data.checkedPatient.name) {
|
|
|
+ if (this.data.checkedPatient && this.data.checkedPatient.name) {
|
|
|
makeAppointment({
|
|
|
doctorId: this.data.order.doctorId,
|
|
|
orderSourceId: this.data.order.orderSourceId,
|