Explorar el Código

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

lichao hace 4 años
padre
commit
9b3c91f956
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();