jbb 2 rokov pred
rodič
commit
0d4b46dbc3

+ 1 - 0
src/views/pre-book/advancePackingListModal.vue

@@ -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) {