修改流程配置页面

This commit is contained in:
zhoulingpo
2023-04-21 17:43:39 +08:00
parent fba20af7c7
commit ebcdcdf92f
2 changed files with 13 additions and 10 deletions
+5 -4
View File
@@ -148,10 +148,11 @@ export default {
this.visible=false
},
editRow(row) {
this.$router.push({
path: '/userCenter/processMapping',
query: {id: 'AEHJB8YNJ3',modelId: row.id}
})
window.open(`/processMapping?id=AEHJB8YNJ3&modelId=${row.id}`)
// this.$router.push({
// path: '/userCenter/processMapping',
// query: {id: 'AEHJB8YNJ3',modelId: row.id}
// })
},
//部署
deploy(row) {