贷款审核基本完成

This commit is contained in:
aixianling
2022-02-23 20:11:38 +08:00
parent 864dca4525
commit 9fa78fa280
3 changed files with 52 additions and 35 deletions

View File

@@ -23,11 +23,8 @@ export default {
return !!this.$route.query.id ? LoanDetail : LoanList
}
},
data() {
return {}
},
created() {
this.dict.load("enterpriseName")
this.dict.load("productRepaymentTimeline","financialFundPurpose")
}
}
</script>