+
{
- this.PersonChecksrcList.push(this.baseurl + e.certificateUrl);
+ getPersonInfo(row.nurseStationPersonId).then(res => {
+ this.nurseName = res.data.nursePersonName;
+ this.nursePersonNameinfo = false;
+ this.nursePersonlist = res.data;
+ res.data.nurseStationPersonCertificateList.forEach(e => {
+ this.PersonChecksrcList.push(this.baseurl + e.certificateUrl);
+ });
});
},
// 确认取消预约