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) {