Explorar o código

fixed:商城数据分析

xiebaomin hai 1 ano
pai
achega
f587592edf
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  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),