|
|
@ -5,7 +5,7 @@ Page({ |
|
|
|
data: { |
|
|
|
data: { |
|
|
|
applyDoctorInfo: null, |
|
|
|
applyDoctorInfo: null, |
|
|
|
applyHostipalInfo: null, |
|
|
|
applyHostipalInfo: null, |
|
|
|
inviteName: "", |
|
|
|
InviteDoctorName: "", |
|
|
|
RejectReason: "", |
|
|
|
RejectReason: "", |
|
|
|
DoctorLevel: {}, |
|
|
|
DoctorLevel: {}, |
|
|
|
DoctorTitleType: {}, |
|
|
|
DoctorTitleType: {}, |
|
|
@ -67,7 +67,7 @@ Page({ |
|
|
|
}, |
|
|
|
}, |
|
|
|
}).then((res) => { |
|
|
|
}).then((res) => { |
|
|
|
this.setData({ |
|
|
|
this.setData({ |
|
|
|
inviteName: res.Name, |
|
|
|
InviteDoctorName: res.Name, |
|
|
|
InviteDoctorId: dId, |
|
|
|
InviteDoctorId: dId, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
@ -289,7 +289,7 @@ Page({ |
|
|
|
acceptDataFromOpenedPage: (data) => { |
|
|
|
acceptDataFromOpenedPage: (data) => { |
|
|
|
this.setData({ |
|
|
|
this.setData({ |
|
|
|
InviteDoctorId: data.DoctorId, |
|
|
|
InviteDoctorId: data.DoctorId, |
|
|
|
inviteName: data.DoctorName, |
|
|
|
InviteDoctorName: data.DoctorName, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|