소스 검색

修复bug

hwy 4 달 전
부모
커밋
2c501f6197
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      component/statistics/GxbMz/index.js

+ 4 - 1
component/statistics/GxbMz/index.js

@ -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('未查询到该患者信息')
        }