update 消息跳转起草组明细

This commit is contained in:
danshihao
2024-01-12 14:56:31 +08:00
parent a32c2dc1ca
commit 2e5eae2306
+10 -1
View File
@@ -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)