hwy 2 mesiacov pred
rodič
commit
2c501f6197
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  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('未查询到该患者信息')
        }