diff --git a/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue b/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue
index f775f188..7486e1bd 100644
--- a/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue
+++ b/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue
@@ -24,7 +24,7 @@
总数
-
+
@@ -172,6 +172,7 @@ export default {
overviews: [],
productTop10: [],
tradeTrend: [],
+ applyInfo: {}
}
},
methods: {
@@ -179,6 +180,16 @@ export default {
this.getOverviews()
this.getProductTop10()
this.getTradeTrend()
+ this.getApply()
+ },
+ getApply() {
+ this.instance.post("/appfinancialloanapply/staticFinancialLoanApplyByMainbody", null, {
+ params: {...this.search}
+ }).then(res => {
+ if (res?.data) {
+ this.applyInfo = res.data
+ }
+ })
},
getOverviews() {
this.instance.post("/appfinancialloanapply/staticFinancialLoanApplyByOrganization", null, {