fix -- 修复流程图设计页面404以及显示异常bug

This commit is contained in:
hewenqiang
2022-02-10 11:10:49 +08:00
parent 64db44e542
commit f0fb432504
5 changed files with 43 additions and 2 deletions

View File

@@ -476,7 +476,7 @@ export default {
handleLoadXml(row) {
this.process.open = false;
this.$router.push({
path: '/definition/designer/index',
path: '/definition/designer',
query: {
definitionId: row.definitionId,
processId: row.processKey,

View File

@@ -295,6 +295,7 @@ export default {
handleFlowRecord(row){
this.$router.push({ path: '/task/record/index',
query: {
definitionId: row.procDefId,
procInsId: row.procInsId,
deployId: row.deployId,
taskId: row.taskId,