소스 검색

bug 修复

lilei 4 년 전
부모
커밋
6bbc735bba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/cleanManage/statisticalReport.vue

+ 1 - 1
src/views/cleanManage/statisticalReport.vue

@@ -457,7 +457,7 @@ export default {
           }
           // 计算最大值
           this.maxClearnData = Math.max.apply(null, max)
-		  this.isNoData = false
+          this.isNoData = false
         } else {
           this.isNoData = true
         }