Browse Source

老数据改变预约

360view
bianyaqi 2 years ago
parent
commit
e75bef8b4b
  1. 4
      src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue

4
src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue

@ -200,8 +200,8 @@ export default {
this.form.doctorId = this.patientDetail.doctorId
this.form.doctorName = this.patientDetail.doctorName
this.form.eyeType = this.patientDetail.eyeType
this.form.project = this.patientDetail.project.split(',')
this.form.preparation = this.patientDetail.preparation.split(',')
this.form.project = this.patientDetail.project && this.patientDetail.project.split(',')
this.form.preparation = this.patientDetail.preparation && this.patientDetail.preparation.split(',')
this.form.remark = this.patientDetail.remark
this.form.otherProject = this.patientDetail.otherProject
this.form.source = this.patientDetail.source

Loading…
Cancel
Save