diff --git a/src/views/agriculturalTrusteeship/shop/shopNeedsList.vue b/src/views/agriculturalTrusteeship/shop/shopNeedsList.vue index f353c5f7..18467c6a 100644 --- a/src/views/agriculturalTrusteeship/shop/shopNeedsList.vue +++ b/src/views/agriculturalTrusteeship/shop/shopNeedsList.vue @@ -7,7 +7,7 @@

贷款需求

- 只显示有资金需求 + 只显示有资金需求

@@ -125,6 +125,20 @@ } }); }, + checkChange(e){ + console.log(e) + if (e){ + this.query.isFinance = 'Y' + this.query2.isFinance = 'Y' + this.getList(); + this.getStockBaseList(); + }else{ + this.query.isFinance = 'N' + this.query2.isFinance = 'N' + this.getList(); + this.getStockBaseList(); + } + } }, }