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 //当数据总量和列表总量一样时,不用再加载数据 }