From 39976ada0118bcc7dc0030f2218315e0aebffa23 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 25 Nov 2022 15:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCommunityManagement/AppCommunityManagement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue index a610e6bd..34d00987 100644 --- a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue +++ b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue @@ -59,7 +59,7 @@
{{item.name}} - {{$dict.getLabel('EP_infoType', item.infoType)}} + {{$dict.getLabel('EP_registerInfoType', 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_infoType', 'EP_handleType').then(() => { + this.$dict.load('EP_CM_status', 'EP_registerInfoType', 'EP_handleType').then(() => { this.registerTypeList = this.$dict.getDict('EP_handleType') this.registerTypeList.unshift({dictValue: '', dictName: '全部'}) this.getListInit()