|
@@ -580,7 +580,7 @@ export default {
|
|
|
this.pagination = {
|
|
|
total: res.result.total,
|
|
|
current: res.result.current,
|
|
|
- // pageSize: res.result.size,
|
|
|
+ pageSize: res.result.size,
|
|
|
pageSizeOptions: ["50", "100", "150"],
|
|
|
showSizeChanger: true,
|
|
|
}
|
|
@@ -786,9 +786,10 @@ export default {
|
|
|
|
|
|
searchReset() {
|
|
|
this.range = []
|
|
|
+ var dd = this.queryParam
|
|
|
this.queryParam = {
|
|
|
isReference:'0',
|
|
|
- pageSize:'50'
|
|
|
+ pageSize:this.queryParam.pageSize
|
|
|
}
|
|
|
this.getadPaListClothes()
|
|
|
},
|