From 56956f178dea107276bba9f4512cf9d97f458e87 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 8 May 2023 14:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppPhotoReport/PhotoDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue index 71816e9..34e3bef 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue @@ -5,7 +5,7 @@
- + @@ -82,7 +82,7 @@ export default { }, onLoad(query) { this.getInfo(query.id) - this.$dict.load(['clapEventStatus']) + this.$dict.load(['clapEventStatus', 'residentEventSource']) }, methods: { getInfo(id = this.info.id) {