触底不加载问题

master
许宏杰 2 months ago
parent ee8a02d5a3
commit 3dcbf43cdd

@ -256,7 +256,7 @@ export default {
color: undefined,
type: undefined,
pageNum: 1,
pageSize: 10,
pageSize: 20,
},
deptList: [],
xiaoquList: [],
@ -444,7 +444,7 @@ export default {
this.queryParams.color = undefined; //
this.queryParams.pageNum = 1;
this.queryParams.pageSize = 10;
this.queryParams.pageSize = 20;
this.list = [];
this.houseTotal = 0;

@ -269,7 +269,7 @@ export default {
// type: undefined,
mark: "",
pageNum: 1,
pageSize: 10,
pageSize: 20,
},
deptList: [],
xiaoquList: [],
@ -495,7 +495,7 @@ export default {
this.queryParams.color = undefined; //
this.queryParams.pageNum = 1;
this.queryParams.pageSize = 10;
this.queryParams.pageSize = 20;
this.list = [];
this.houseTotal = 0;

@ -262,7 +262,7 @@ export default {
// type: undefined,
mark: "",
pageNum: 1,
pageSize: 10,
pageSize: 20,
},
deptList: [],
xiaoquList: [],
@ -450,7 +450,7 @@ export default {
this.queryParams.color = undefined; //
this.queryParams.pageNum = 1;
this.queryParams.pageSize = 10;
this.queryParams.pageSize = 20;
this.list = [];
this.houseTotal = 0;

Loading…
Cancel
Save