Browse Source

批量打印

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

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

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