jbb hace 2 años
padre
commit
0d4b46dbc3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/pre-book/advancePackingListModal.vue

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