diff --git a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue index 1a477212..419947bc 100644 --- a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue +++ b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue @@ -373,12 +373,13 @@ export default { }, //跳转详请 gotoDetail(row) { - if (row.postStatus == '0') { + this.detail = row; this.$nextTick(() => { this.showSet = false; this.showList = false; - this.showDetail = true; + this.showDetail = false; + this.showAdd = true; }) } else { this.detail = row;