|
@@ -144,7 +144,7 @@
|
|
},
|
|
},
|
|
onReachBottom() { //上拉触底函数
|
|
onReachBottom() { //上拉触底函数
|
|
// if (this.statusFlag == 3) {
|
|
// if (this.statusFlag == 3) {
|
|
- if (!this.isLoadMore) { //此处判断,上锁,防止重复请求
|
|
|
|
|
|
+ if (!this.show) { //此处判断,上锁,防止重复请求
|
|
this.pageSize += 1
|
|
this.pageSize += 1
|
|
this.currentPage += 1
|
|
this.currentPage += 1
|
|
this.getList()
|
|
this.getList()
|
|
@@ -153,11 +153,13 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
contractclick(status) {
|
|
contractclick(status) {
|
|
|
|
+ this.show=false
|
|
this.currentPage = 1
|
|
this.currentPage = 1
|
|
this.agreementType = status
|
|
this.agreementType = status
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
searchTypeclick(status) {
|
|
searchTypeclick(status) {
|
|
|
|
+ this.show=false
|
|
this.currentPage = 1
|
|
this.currentPage = 1
|
|
this.searchType = status
|
|
this.searchType = status
|
|
this.getList()
|
|
this.getList()
|