diff --git a/src/views/system/UserAnnouncementList.vue b/src/views/system/UserAnnouncementList.vue index 6db43fd..6acc407 100644 --- a/src/views/system/UserAnnouncementList.vue +++ b/src/views/system/UserAnnouncementList.vue @@ -285,7 +285,7 @@ export default { window.open(url, '_blank') }else if(record.openType === 'project'){ const param = JSON.parse(record.busId) - // 1 普通项目 2 工作组项目 4 资料网员 7分标委 8理事会 + // 1 普通项目 2 工作组项目 4 资料网员 7分标委 8理事会 9起草组项目 switch (param.type){ case '1': this.openPath = param.path // 将参数传入 @@ -331,6 +331,15 @@ export default { } }) break + case '9': + // 如果是url 跳转页面 + this.$router.push({ + path: param.path, + query: { + projectId: param.projectId, + draftingGroupId: param.draftGroupId + } + }) } }else { this.$refs.ShowAnnouncement.detail(record)