Sfoglia il codice sorgente

报表分析-出入库统计页面

lichao 4 anni fa
parent
commit
9b3c91f956
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/reportManagement/Statistics/index.vue

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

@@ -659,8 +659,8 @@ export default {
     if (day < 10) {
       day = '0' + day
     }
-
     this.$set(this.queryParams,'timeInterval', [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59'])
+
     this.setRowList = this.tableDate;
     this.getRowList = this.tableDate;
     this.getList();