Ver código fonte

报表分析-单票分析页面

lichao 4 anos atrás
pai
commit
f32cf70a97
1 arquivos alterados com 1 adições e 1 exclusões
  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() {