diff --git a/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue b/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue index bf53717..ca80fb2 100644 --- a/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue +++ b/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue @@ -77,7 +77,7 @@ export default { return //当数据总量和列表总量一样时,不用再加载数据 } this.$loading() - this.$instance.post(`/app/appresidentreportinfo/list`, null, { + this.$instance.post(`/app/appresidentreportinfo/listByApplet`, null, { params: { current: this.current, size: 15 }