diff --git a/src/project/fd/AppPointsReview/AppPointsReview.vue b/src/project/fd/AppPointsReview/AppPointsReview.vue index 080b2a5d..ccb0f9ae 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/listByFdNew?size=100`).then(res=> { + this.$http.post(`/app/appintegralrule/listByFd?size=100`).then(res=> { if(res?.data) { this.typeList = res.data }