From 9bc12c9c6cc2ead67067e50676f45b0b9ff31871 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 10 Apr 2023 17:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fd/AppPointsReview/AppPointsReview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/fd/AppPointsReview/AppPointsReview.vue b/src/project/fd/AppPointsReview/AppPointsReview.vue index 339fd939..080b2a5d 100644 --- a/src/project/fd/AppPointsReview/AppPointsReview.vue +++ b/src/project/fd/AppPointsReview/AppPointsReview.vue @@ -133,7 +133,7 @@ export default { uni.navigateTo({url: `./detail?id=${id}`}) }, getTypeList() { - this.$http.post(`/app/appintegralrule/listByFD?size=100`).then(res=> { + this.$http.post(`/app/appintegralrule/listByFdNew?size=100`).then(res=> { if(res?.data) { this.typeList = res.data }