瀏覽代碼

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