统一一下字典加载

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>

View File

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

View File

@@ -140,7 +140,6 @@ export default {
}
},
created() {
this.$dict.load('financialLoanApplyStatus')
this.search.status = this.$route.query.status || "0"
this.getTableData()
}