统一一下字典加载

This commit is contained in:
aixianling
2022-08-23 16:00:44 +08:00
parent e1bc2c9c2e
commit 8bebe9f661
3 changed files with 1 additions and 3 deletions

View File

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