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