From c86bfbec935eaef196920ba495d0b33006fa6e67 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 12 Jan 2024 10:36:41 +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/dashboard/Analysis.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 9cf6c96..9957d92 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -224,7 +224,7 @@ export default { // Bus.$on('header-notice-change', () => { // this.loadData() // }) - this.filters.readFlag = '0' + // this.filters.readFlag = '0' this.loadData(1) }, mounted () { @@ -338,7 +338,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 @@ -385,6 +385,15 @@ export default { } }) break + case '9': + // 如果是url 跳转页面 + this.$router.push({ + path: param.path, + query: { + projectId: param.projectId, + draftingGroupId: param.draftGroupId + } + }) } } else {