Browse Source

批量打印

XMLWAN 4 years ago
parent
commit
682fc2ad5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

594
            if(response.data.state == 1){
594
            if(response.data.state == 1){
595
              this.centerDialogVisible = true
595
              this.centerDialogVisible = true
596
              var list = response.data.data.list
596
              var list = response.data.data.list
597
-             // console.log("list9999999",list)
597
+             console.log("list9999999",list)
598
              this.tableData = list
598
              this.tableData = list
599
            }
599
            }
600
         })
600
         })