|
@@ -177,7 +177,8 @@
|
|
|
align="center"
|
|
|
prop="paymentDate"
|
|
|
label="缴费时间"
|
|
|
- ></el-table-column>
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
<pagination
|
|
|
sync
|
|
@@ -276,7 +277,9 @@ export default {
|
|
|
const { citys, ...more } = this.searchForm
|
|
|
const params = {
|
|
|
tempDirectorTrainingCampId: this.$route.query.id,
|
|
|
- ...more
|
|
|
+ ...more,
|
|
|
+ page: this.rules.page,
|
|
|
+ rows: this.rules.limit
|
|
|
}
|
|
|
if(citys && citys.length > 0) {
|
|
|
params.provinceCode = citys[0]
|