Browse Source

fixed:商城数据分析

xiebaomin 1 năm trước cách đây
mục cha
commit
f587592edf
1 tập tin đã thay đổi với 1 bổ sung8 xóa
  1. 1 8
      src/views/mall-portrait/index.vue

+ 1 - 8
src/views/mall-portrait/index.vue

@@ -148,11 +148,7 @@ export default {
       {
         id: 4,
         content: '近1年'
-      }],
-      params: {
-        startCreateTime: '',
-        endCreateTime: ''
-      }
+      }]
     }
   },
   methods: {
@@ -178,9 +174,6 @@ export default {
       this.dataValue.keywords = data.keywords
     },
     handleSelectTime(e, num) {
-      this.params.startCreateTime = e[0]
-      this.params.endCreateTime = e[1]
-      console.log(e)
       const obj = {
         1: () => this.getIns_statistics(e),
         2: () => this.getIns_orderTrends(e),