@@ -120,7 +120,7 @@
},
onReachBottom() { //上拉触底函数
// if (this.statusFlag == 3) {
- if (!this.isLoadMore) { //此处判断,上锁,防止重复请求
+ if (!this.show2) { //此处判断,上锁,防止重复请求
this.pageSize += 1
this.currentPage += 1
this.getList()
@@ -129,6 +129,7 @@
methods: {
contractclick(status) {
+ this.show=false
this.contractList = []
this.currentPage = 1
this.agreementType = status
@@ -144,7 +144,7 @@
+ if (!this.show) { //此处判断,上锁,防止重复请求
@@ -153,11 +153,13 @@
searchTypeclick(status) {
this.searchType = status
@@ -159,7 +159,7 @@
@@ -181,11 +181,13 @@
costTypeclick(status) {
this.costType = status
expenseclick(status) {
this.expensesPurpose = status