Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

csx 4 years ago
parent
commit
7550bf1c8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/dialysis/components/consumables.vue

+ 1 - 0
src/xt_pages/dialysis/components/consumables.vue View File

147
       var schedule_date =
147
       var schedule_date =
148
         y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
148
         y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
149
 
149
 
150
+      this.selected_date = date
150
       this.query.schedule_date = schedule_date
151
       this.query.schedule_date = schedule_date
151
       this.query.schedule_type = 0
152
       this.query.schedule_type = 0
152
       this.query.partition_id = 0
153
       this.query.partition_id = 0