fix -- 修复因查询xml接口修改,导致其他页面无法加载流程图和表单的bug

This commit is contained in:
konbai
2022-01-22 17:51:19 +08:00
parent dc9ddaeba9
commit 680b27d380
3 changed files with 22 additions and 19 deletions

View File

@@ -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() {