信贷统计完成
This commit is contained in:
@@ -247,11 +247,11 @@ export default {
|
||||
},
|
||||
getTradeTrend() {
|
||||
let {organizationId} = this.search
|
||||
this.instance.post("/appfinancialloanapply/queryHotFinancialProduct", null, {
|
||||
this.instance.post("/appfinancialloanapply/queryFinancialLoanApplyByMonth", null, {
|
||||
params: {organizationId}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.tradeTrend = res.data.map(e => [e.productName, e.applyNumber, Math.max(e.applyNumber - 2, 0)])
|
||||
this.tradeTrend = res.data.map(e => [e.month, e.applyNumber, e.auditNumber])
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user