From e1ebcface4b4d5be483c3df57b0a066c21ecd4dd Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 25 Nov 2022 15:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E6=9B=B4=E6=8D=A2?= 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 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()