流程中心-监控流程查看页面绘制

This commit is contained in:
yuekuo
2023-04-17 11:52:32 +08:00
parent 5f3999194c
commit 9a67e73ee5
4 changed files with 195 additions and 2 deletions
@@ -69,7 +69,12 @@ export default {
},
methods: {
view() {
alert(111)
this.$router.push({
path: 'monitorViews',
query:{
id: this.$route.query.id
}
})
}
}
}