Browse Source

修改bug

cr 4 years ago
parent
commit
400ad9b4c5
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/pages/manage/index.vue
  2. 1 0
      src/pages/manage/statistics/order.vue

+ 1 - 1
src/pages/manage/index.vue

@@ -55,7 +55,7 @@
55
 
55
 
56
         <button class="btn" @click="layout">退出登录</button>
56
         <button class="btn" @click="layout">退出登录</button>
57
 
57
 
58
-        <div class="ver">0.2.61</div>
58
+        <div class="ver">0.2.62</div>
59
     </div>
59
     </div>
60
 </template>
60
 </template>
61
 
61
 

+ 1 - 0
src/pages/manage/statistics/order.vue

@@ -144,6 +144,7 @@ export default {
144
         dateClick(val) {
144
         dateClick(val) {
145
             this.activeDate = val;
145
             this.activeDate = val;
146
             this.getOrderDataList();
146
             this.getOrderDataList();
147
+            this.getOrderBriefData();
147
         },
148
         },
148
 
149
 
149
         // 订单概况
150
         // 订单概况