update 消息跳转起草组明细

This commit is contained in:
danshihao
2024-01-12 10:36:41 +08:00
parent 343b582b76
commit c86bfbec93
+11 -2
View File
@@ -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 {