From c2c6769f217447cc6149dc26b762dfda121be975 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Mon, 15 Sep 2025 16:18:13 +0800 Subject: [PATCH] commit --- .../views/platform/zhgh/activity/family/apply/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/activity/family/apply/index.html b/src/main/resources/views/platform/zhgh/activity/family/apply/index.html index 8be287d..561cf06 100644 --- a/src/main/resources/views/platform/zhgh/activity/family/apply/index.html +++ b/src/main/resources/views/platform/zhgh/activity/family/apply/index.html @@ -114,7 +114,7 @@ layout("/layouts/platform.html"){ return { pageForm: { year: this.$moment().format("YYYY"), - activityType: "2" + activityType: 2 }, tableColumns: [ { label: "活动名称", prop: "activityName", width: 600}, @@ -147,7 +147,7 @@ layout("/layouts/platform.html"){ }) }, pageData() { - this.$axios.post("/platform/family/apply/activityData", this.pageForm).then((res) => { + this.$axios.post("/platform/family/apply/activityPageData", this.pageForm).then((res) => { if (res.code === 0) { this.tableData = res.data.list this.pageForm.totalCount = res.data.totalCount