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