From 11c52de53dd61a529be3f7985f1bfd8051b9c885 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 11 May 2023 16:16:17 +0800 Subject: [PATCH] BUG 368 --- src/project/wuxi/AppPhotoReport/AppPhotoReport.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue b/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue index ca80fb2..fb68457 100644 --- a/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue +++ b/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue @@ -73,6 +73,7 @@ export default { getList() { if (this.current == 1) { //当current=1时,意味着重新刷新数据 + this.list = [] } else if (this.list.length >= this.total && this.total > 0) { return //当数据总量和列表总量一样时,不用再加载数据 }