统一一下字典加载

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

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