|
@@ -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;
|