|
|
|
@ -112,16 +112,7 @@ export default {
|
|
|
|
|
let res = await activityList({
|
|
|
|
|
pageNum: this.pagination.current,
|
|
|
|
|
size: this.pagination.pageSize,
|
|
|
|
|
activityAddress: this.searchForm.activityAddress,
|
|
|
|
|
organizerName: this.searchForm.organizerName,
|
|
|
|
|
activityContact: this.searchForm.activityContact,
|
|
|
|
|
activityTel: this.searchForm.activityTel,
|
|
|
|
|
title: this.searchForm.title,
|
|
|
|
|
status: this.searchForm.status,
|
|
|
|
|
registrationStartTime: this.searchForm.registrationStartTime,
|
|
|
|
|
registrationEndTime: this.searchForm.registrationEndTime,
|
|
|
|
|
activityStartTime: this.searchForm.activityStartTime,
|
|
|
|
|
activityEndTime: this.searchForm.activityEndTime,
|
|
|
|
|
...this.searchForm
|
|
|
|
|
});
|
|
|
|
|
this.tableData = res.data.rows;
|
|
|
|
|
this.pagination.total = res.data.total;
|
|
|
|
|