|
@@ -405,7 +405,7 @@ export default {
|
|
|
pageData2: { records: [] },
|
|
|
listQuery: {
|
|
|
page: 1,
|
|
|
- size: 1000,
|
|
|
+ size: 200,
|
|
|
descs: 'id',
|
|
|
keyword: null,
|
|
|
startDate: null,
|
|
@@ -414,7 +414,7 @@ export default {
|
|
|
},
|
|
|
listQuery2: {
|
|
|
page: 1,
|
|
|
- size: 1000,
|
|
|
+ size: 200,
|
|
|
descs: 'id',
|
|
|
keyword: null,
|
|
|
startDate: null,
|
|
@@ -422,7 +422,7 @@ export default {
|
|
|
},
|
|
|
listQuery1: {
|
|
|
page: 1,
|
|
|
- size: 1000,
|
|
|
+ size: 200,
|
|
|
descs: 'id',
|
|
|
keyword: null,
|
|
|
startDate: null,
|
|
@@ -528,7 +528,7 @@ export default {
|
|
|
this.payDate = '';
|
|
|
this.listQuery = {
|
|
|
current: 1,
|
|
|
- size: 1000,
|
|
|
+ size: 200,
|
|
|
descs: 'id',
|
|
|
notFinished: true
|
|
|
}
|
|
@@ -540,7 +540,7 @@ export default {
|
|
|
this.payDate2 = '';
|
|
|
this.listQuery2 = {
|
|
|
current: 1,
|
|
|
- size: 1000,
|
|
|
+ size: 200,
|
|
|
descs: 'id',
|
|
|
}
|
|
|
this.getList2()
|
|
@@ -549,7 +549,7 @@ export default {
|
|
|
// 重置分页
|
|
|
|
|
|
this.listQuery.page = 1
|
|
|
- this.listQuery.size = 1000
|
|
|
+ this.listQuery.size = 200
|
|
|
if (this.payDate) {
|
|
|
this.listQuery.startDate = this.payDate[0];
|
|
|
this.listQuery.endDate = this.payDate[1];
|
|
@@ -562,7 +562,7 @@ export default {
|
|
|
// 重置分页
|
|
|
|
|
|
this.listQuery2.page = 1
|
|
|
- this.listQuery2.size = 1000
|
|
|
+ this.listQuery2.size = 200
|
|
|
if (this.payDate2) {
|
|
|
this.listQuery2.startDate = this.payDate2[0];
|
|
|
this.listQuery2.endDate = this.payDate2[1];
|
|
@@ -804,7 +804,7 @@ export default {
|
|
|
searchList1() {
|
|
|
// 重置分页
|
|
|
this.listQuery1.page = 1
|
|
|
- this.listQuery1.size = 1000
|
|
|
+ this.listQuery1.size = 200
|
|
|
|
|
|
if (this.payDate1) {
|
|
|
this.listQuery1.startDate = this.payDate1[0];
|
|
@@ -824,7 +824,7 @@ export default {
|
|
|
this.payDate1 = '';
|
|
|
this.listQuery1 = {
|
|
|
current: 1,
|
|
|
- size: 500,
|
|
|
+ size: 200,
|
|
|
descs: 'id',
|
|
|
}
|
|
|
this.getList1()
|