|
@@ -295,6 +295,7 @@ export default {
|
|
|
const res = await createAssessmentAppointmentWithQuota({
|
|
const res = await createAssessmentAppointmentWithQuota({
|
|
|
childId: this.selectedChildId,
|
|
childId: this.selectedChildId,
|
|
|
guideId: this.selectedGuideId,
|
|
guideId: this.selectedGuideId,
|
|
|
|
|
+ assessorId: this.selectedGuideId,
|
|
|
quotaId: this.quotaId,
|
|
quotaId: this.quotaId,
|
|
|
appointmentDate: this.appointmentDate,
|
|
appointmentDate: this.appointmentDate,
|
|
|
appointmentTime: this.appointmentTime,
|
|
appointmentTime: this.appointmentTime,
|
|
@@ -319,6 +320,7 @@ export default {
|
|
|
familyId: familyId,
|
|
familyId: familyId,
|
|
|
childId: this.selectedChildId,
|
|
childId: this.selectedChildId,
|
|
|
teacherId: this.selectedGuideId,
|
|
teacherId: this.selectedGuideId,
|
|
|
|
|
+ assessorId: this.selectedGuideId,
|
|
|
appointmentType: this.selectedType,
|
|
appointmentType: this.selectedType,
|
|
|
appointmentDate: this.appointmentDate,
|
|
appointmentDate: this.appointmentDate,
|
|
|
appointmentTime: this.appointmentTime,
|
|
appointmentTime: this.appointmentTime,
|