Browse Source

打印单

XMLWAN 4 years ago
parent
commit
af6c4be724
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/dialysis/dialysisDoctorAdvice.vue

+ 3 - 3
src/xt_pages/dialysis/dialysisDoctorAdvice.vue View File

428
       // alert(scheduleType);/
428
       // alert(scheduleType);/
429
       this.schedulType = scheduleType;
429
       this.schedulType = scheduleType;
430
       this.listQuery.schedul_type = scheduleType;
430
       this.listQuery.schedul_type = scheduleType;
431
-      this.requestSchedualDoctors();
431
+      this.requestSchedualDoctors(this.time);
432
     },
432
     },
433
     selectPartitionType(partitionType) {
433
     selectPartitionType(partitionType) {
434
       this.partitionType = partitionType;
434
       this.partitionType = partitionType;
435
       this.listQuery.partition_type = partitionType;
435
       this.listQuery.partition_type = partitionType;
436
-      this.requestSchedualDoctors();
436
+      this.requestSchedualDoctors(this.time);
437
     },
437
     },
438
     
438
     
439
     selectDeliveryWay(val){
439
     selectDeliveryWay(val){
440
        this.delivery_way = val
440
        this.delivery_way = val
441
-       this.requestSchedualDoctors()
441
+       this.requestSchedualDoctors(this.time)
442
     },
442
     },
443
 
443
 
444
 
444