fix -- 修复因查询xml接口修改,导致其他页面无法加载流程图和表单的bug
This commit is contained in:
@@ -141,14 +141,17 @@ export default {
|
||||
});
|
||||
},
|
||||
// 跳转到处理页面
|
||||
handleProcess(row){
|
||||
this.$router.push({ path: '/task/record/index',
|
||||
handleProcess(row) {
|
||||
this.$router.push({
|
||||
path: '/task/record/index',
|
||||
query: {
|
||||
definitionId: row.procDefId,
|
||||
procInsId: row.procInsId,
|
||||
deployId: row.deployId,
|
||||
taskId: row.taskId,
|
||||
finished: true
|
||||
}})
|
||||
}
|
||||
})
|
||||
},
|
||||
// 取消按钮
|
||||
cancel() {
|
||||
|
||||
Reference in New Issue
Block a user