瀏覽代碼

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
         }