查看告警单跳转到告警单列表

This commit is contained in:
zhujiyan
2024-06-07 14:24:44 +08:00
parent a99c25d911
commit a4738fc7dd
4 changed files with 21 additions and 5 deletions

View File

@@ -267,7 +267,10 @@ const tableStore = new TableStore({
},
click: row => {
router.push({
name: 'supervision/supervision/manage'
name: 'supervision/supervision/manage',
state:{
type:1
}
})
}
}