|
|
@ -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;
|
|
|
|