浏览代码

预托书表格高度调整

jbb 2 年之前
父节点
当前提交
fdba2b4792
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;