1、父组件 index.vue
async chosepat(row) { // 双击患者触发
this.leftChosedRow = row
await this.getPatientInfoById(row.registrationId) // 获取当前患者信息
await this.initView(this.currentPatInfo) // 初始化
this.isChangePatient = !this.isChangePatient
},
2、子组件 center.vue
<center-new-edit
ref="sonReportEdit" :is-change-patient="isChangePatient"
:find-users-by-ids="findUsersByIds"
:more-options="this.moreOptions" :sys-l