diff --git a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue
index 34d00987..a610e6bd 100644
--- a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue
+++ b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue
@@ -59,7 +59,7 @@
{{item.name}}
- {{$dict.getLabel('EP_registerInfoType', item.infoType)}}
+ {{$dict.getLabel('EP_infoType', item.infoType)}}
@@ -139,7 +139,7 @@ export default {
onLoad() {
this.areaId = this.user.areaId
this.areaName = this.user.areaName
- this.$dict.load('EP_CM_status', 'EP_registerInfoType', 'EP_handleType').then(() => {
+ this.$dict.load('EP_CM_status', 'EP_infoType', 'EP_handleType').then(() => {
this.registerTypeList = this.$dict.getDict('EP_handleType')
this.registerTypeList.unshift({dictValue: '', dictName: '全部'})
this.getListInit()