From 2e5eae2306e17f9abfd64b3650e2f13c66d9006e Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 12 Jan 2024 14:56:31 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B6=88=E6=81=AF=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E8=B5=B7=E8=8D=89=E7=BB=84=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/UserAnnouncementList.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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)