|
@@ -113,6 +113,7 @@ export default {
|
|
|
simpleQueryItem: [], //简易查询表单数据项
|
|
|
simpleQueryValue: [], //简易查询缓存值
|
|
|
advancedQueryValue: [], //高级查询缓存值
|
|
|
+ pageSizeDatas: ['outairportpage', 'landairportpage', 'transairportpage']
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
@@ -821,7 +822,7 @@ export default {
|
|
|
datacontent,
|
|
|
event: '0'
|
|
|
}
|
|
|
- if (this.selected) {
|
|
|
+ if (this.selected || this.pageSizeDatas.includes(this.$route.path.replace('/', ''))) {
|
|
|
parmas.size = 9999
|
|
|
}
|
|
|
try {
|
|
@@ -841,7 +842,7 @@ export default {
|
|
|
this.page--
|
|
|
this.noMore = true
|
|
|
}
|
|
|
- if (this.selected) {
|
|
|
+ if (this.selected || this.pageSizeDatas.includes(this.$route.path.replace('/', ''))) {
|
|
|
this.noMore = true
|
|
|
}
|
|
|
this.loading = false
|