BUG 28491

This commit is contained in:
aixianling
2022-03-23 10:26:54 +08:00
parent 18a7fead0b
commit ba92b068d8
2 changed files with 5 additions and 2 deletions

View File

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