浏览代码

批量打印

XMLWAN 4 年前
父节点
当前提交
d057255193
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue 查看文件

241
         })
241
         })
242
       },
242
       },
243
       choosePatient(val) {
243
       choosePatient(val) {
244
-        
244
+
245
         this.patientid = val.patients.id
245
         this.patientid = val.patients.id
246
         let params = {
246
         let params = {
247
           'record_date': this.record_date,
247
           'record_date': this.record_date,
454
       },
454
       },
455
       handleSelectionChange(val){
455
       handleSelectionChange(val){
456
        this.selecting_schs = val
456
        this.selecting_schs = val
457
-       console.log("99999",this.selecting_schs)
457
+       // console.log("99999",this.selecting_schs)
458
       },
458
       },
459
       handleClick(){
459
       handleClick(){
460
 
460