BUG 29018

This commit is contained in:
aixianling
2022-04-11 10:57:21 +08:00
parent 4d16c8c2cc
commit 8502f94796
6 changed files with 74 additions and 99 deletions

View File

@@ -24,7 +24,8 @@ export default {
}
},
created() {
this.dict.load("financingDemandStatus", "productRepaymentTimeline", "financialFundPurpose")
this.dict.load("financingDemandStatus", "productRepaymentTimeline", "financialFundPurpose",
"financialOrganizationType", "financialLoanApplyStatus","financingDemandApplyType")
}
}
</script>