commit
This commit is contained in:
@@ -114,7 +114,7 @@ layout("/layouts/platform.html"){
|
|||||||
return {
|
return {
|
||||||
pageForm: {
|
pageForm: {
|
||||||
year: this.$moment().format("YYYY"),
|
year: this.$moment().format("YYYY"),
|
||||||
activityType: "2"
|
activityType: 2
|
||||||
},
|
},
|
||||||
tableColumns: [
|
tableColumns: [
|
||||||
{ label: "活动名称", prop: "activityName", width: 600},
|
{ label: "活动名称", prop: "activityName", width: 600},
|
||||||
@@ -147,7 +147,7 @@ layout("/layouts/platform.html"){
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
pageData() {
|
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) {
|
if (res.code === 0) {
|
||||||
this.tableData = res.data.list
|
this.tableData = res.data.list
|
||||||
this.pageForm.totalCount = res.data.totalCount
|
this.pageForm.totalCount = res.data.totalCount
|
||||||
|
|||||||
Reference in New Issue
Block a user