diff --git a/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue b/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue index d96f4049..ffdcb043 100644 --- a/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue +++ b/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue @@ -131,15 +131,16 @@
-
- 签到负责人: - - {{ item.userName }} - + + + + {{ item.userName }} + + - - - -
+ - + +
@@ -525,7 +526,10 @@ export default { }, created() { this.areaId = this.user.info.areaId; - this.dict.load('ThreeMeetingAnonymous', 'ThreeMeetingVoteItem', "meetingClassification", "topicClassification", "feminderMethod", "addSignMethod", "postStatus", "OneThreeSignStatus").then(() => this.getDetailInfo()); + this.dict.load('ThreeMeetingAnonymous', 'ThreeMeetingVoteItem', "meetingClassification", "topicClassification", "feminderMethod", "addSignMethod", "postStatus", "OneThreeSignStatus").then(() => { + this.getDetailInfo() + this.getSignInfo() + }); }, watch: { obj: {