소스 검색

fixed:商城数据分析

xiebaomin 1 년 전
부모
커밋
f587592edf
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  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),