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