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

@@ -282,7 +282,7 @@ export default {
} }
}, },
created() { created() {
this.dict.load("auditStatus") this.dict.load("auditStatus", "productRepaymentTimeline", "financialFundPurpose", "enterpriseAuditStatus", "financialLoanApplyStatus","financialOrganizationType")
this.getDetail() this.getDetail()
} }
} }

View File

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