瀏覽代碼

打印单

XMLWAN 4 年之前
父節點
當前提交
af6c4be724
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/xt_pages/dialysis/dialysisDoctorAdvice.vue

+ 3 - 3
src/xt_pages/dialysis/dialysisDoctorAdvice.vue 查看文件

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