|
@@ -312,7 +312,7 @@ export default {
|
|
|
this.pagination = {
|
|
|
total: res.result.total,
|
|
|
current: res.result.current,
|
|
|
- // pageSize: res.result.size
|
|
|
+ pageSize: res.result.size
|
|
|
}
|
|
|
}else{
|
|
|
this.$message.error(res.message)
|
|
@@ -427,13 +427,14 @@ export default {
|
|
|
},
|
|
|
// 重置
|
|
|
searchReset() {
|
|
|
+ var dd =this.queryParam
|
|
|
this.queryParam = {
|
|
|
depositaryReceiptNo: '',
|
|
|
shippingOrderDate: '',//托书日期
|
|
|
clientAbbreviation: '',
|
|
|
acSetNo: '',
|
|
|
smallPo: '',
|
|
|
- pageSize:'50',
|
|
|
+ pageSize:this.queryParam.pageSize,
|
|
|
pageNo: '' // 点击的页数
|
|
|
}
|
|
|
this.getPreBookData()
|