Browse Source

预托书表格高度调整

jbb 2 years ago
parent
commit
fdba2b4792
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/pre-book/preBookList.vue

+ 2 - 1
src/views/pre-book/preBookList.vue

@@ -75,7 +75,7 @@
         :loading="loading"
         :pagination="pagination"
         @change="handleTableChange"
-        :scroll="{ x: 1500 }"
+        :scroll="{ x: 1500,y: 500 }"
       >
 
         <!-- 单据状态 -->
@@ -275,6 +275,7 @@ export default {
     // 分页查询 预托书
     getPreBookData() {
       this.$nextTick(() => {
+        this.queryParam.pageSize = 20
         preBookList(this.queryParam).then(res => {
           if (res.success) {
             this.preBookListData = res.result.records;