修改流程配置页面
This commit is contained in:
@@ -28,12 +28,14 @@ const routes = [
|
||||
name:'monitorViews',
|
||||
component: () => import('../../views/userCenter/processCenter/monitorProcesses/monitorDetail.vue')
|
||||
},
|
||||
{
|
||||
path:'processMapping',
|
||||
name:'processMapping',
|
||||
component: () => import('../../views/userCenter/processConfig/ProcessMapping')
|
||||
}
|
||||
]
|
||||
|
||||
],
|
||||
|
||||
},
|
||||
{
|
||||
path:'/processMapping',
|
||||
name:'processMapping',
|
||||
component: () => import('../../views/userCenter/processConfig/ProcessMapping')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user