|
@ -641,9 +641,12 @@ Vue.component('gxb-mz', {
|
|
|
}
|
|
|
},
|
|
|
seePatientDetail(row, prop) {
|
|
|
console.log('uuuuuuuuuuuuuuuuu', row, prop)
|
|
|
if (prop == 'name') {
|
|
|
if (row.patient) {
|
|
|
if (row.patient && this.title == '康复下转明细列表') {
|
|
|
EventBus.$emit('preview-person-info', { type: '4', code: row.patient })
|
|
|
} else if (row.code && this.title == '下转情况数据列表') {
|
|
|
EventBus.$emit('preview-person-info', { type: '4', code: row.code })
|
|
|
} else {
|
|
|
this.$message.warning('未查询到该患者信息')
|
|
|
}
|