XMLWAN hace 4 años
padre
commit
d057255193
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Ver fichero

@@ -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