This commit is contained in:
liuye
2022-04-08 17:06:50 +08:00
parent 7bedfeca11
commit 8ef80e4f0d
2 changed files with 4 additions and 2 deletions

View File

@@ -233,7 +233,9 @@ export default {
}
},
created() {
this.getDetail()
this.dict.load("productRepaymentTimeline", "financialFundPurpose","financingDemandApplyType", "enterpriseType", "dishonestPersonSituation", "administrativeSanctionType").then(() => {
this.getDetail()
})
}
}
</script>