From 051627f53b62fe42e932620fb843e45e80f94026 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 8 May 2023 11:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppPhotoReport/AppPhotoReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }