소스 검색

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

lichao 4 년 전
부모
커밋
9b3c91f956
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();