jbb 2 年 前
コミット
0d4b46dbc3
1 ファイル変更1 行追加0 行削除
  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) {