经营主体审核修复

This commit is contained in:
aixianling
2022-02-23 16:26:37 +08:00
parent 016eb5a75c
commit 58e8f0fd71
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export default {
return {}
},
created() {
this.dict.load("enterpriseType","enterpriseStatus")
this.dict.load("enterpriseType", "enterpriseStatus", "enterpriseAuditStatus")
}
}
</script>