浏览代码

报表分析-单票分析页面

lichao 4 年之前
父节点
当前提交
f32cf70a97
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportManagement/singleTicket/index.vue

+ 1 - 1
src/views/reportManagement/singleTicket/index.vue

@@ -198,7 +198,7 @@ export default {
     if (day < 10) {
       day = '0' + day
     }
-    this.query.bsdateList = [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59']
+    this.$set(this.query,'bsdateList', [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59'])
 
   },
   mounted() {