|
@@ -396,7 +396,15 @@ export default {
|
|
|
},
|
|
|
// 重置
|
|
|
searchReset() {
|
|
|
- this.queryParam = {}
|
|
|
+ this.queryParam = {
|
|
|
+ depositaryReceiptNo: '',
|
|
|
+ shippingOrderDate: '',//托书日期
|
|
|
+ clientAbbreviation: '',
|
|
|
+ containerNumber: '',
|
|
|
+ smallPo: '',
|
|
|
+ depositaryReceiptNo: '',
|
|
|
+ pageNo: '' // 点击的页数
|
|
|
+ }
|
|
|
this.getPreBookData()
|
|
|
},
|
|
|
|