@@ -290,6 +290,7 @@ export default {
searchQuery() {
this.toggleSearchStatus = false
this.$nextTick(() => {
+ this.queryParam.pageSize = 100
//if (this.queryParam.preDeliveryDate != undefined && this.queryParam.preDeliveryDate != "")
querySyPreAssembledPackingList(this.queryParam).then(res => {
if (res.success) {