修改发起流程

This commit is contained in:
zhoulingpo
2023-04-23 14:04:52 +08:00
parent 399ef76577
commit ee5a84368d
13 changed files with 228 additions and 62 deletions
@@ -78,11 +78,14 @@ export default {
this.q.current = val;
this.loadData();
},
view() {
view(row) {
this.$router.push({
path: 'monitorViews',
query:{
id: this.$route.query.id
id: this.$route.query.id,
prcNum: row.prcNum,
prcType: row.prcType,
tabsName: 'MonitorProcess'
}
})
}