Explorar o código

报表分析-单票分析页面

lichao %!s(int64=4) %!d(string=hai) anos
pai
achega
f32cf70a97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {