ソースを参照

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

csx 4 年 前
コミット
7550bf1c8b
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/xt_pages/dialysis/components/consumables.vue

+ 1 - 0
src/xt_pages/dialysis/components/consumables.vue ファイルの表示

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