触底不加载问题

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

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

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

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

Loading…
Cancel
Save