@@ -276,6 +276,9 @@ export default {
// 分页查询 预托书
getPreBookData() {
this.$nextTick(() => {
+ if(this.queryParam.pageNo > 1 && this.preBookListData.length === 1){
+ this.queryParam.pageNo = this.queryParam.pageNo -1
+ }
preBookList(this.queryParam).then(res => {
if (res.success) {
this.preBookListData = res.result.records;