Commit 037122ec authored by 彭俊龙's avatar 彭俊龙

feat: 流程节点增加回退流程

parent 94b94eb5
Pipeline #95259 failed with stages
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lodash": "4.17.11", "lodash": "4.17.11",
"minimist": "1.2.0", "minimist": "1.2.0",
"panda-xform": "6.10.77", "panda-xform": "6.10.84",
"parseForm": "^2.3.8", "parseForm": "^2.3.8",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
......
...@@ -70,7 +70,7 @@ const ConfigOperate = (props, ref) => { ...@@ -70,7 +70,7 @@ const ConfigOperate = (props, ref) => {
} }
loadRollbackNodes({ flowNodeId: editMsg.ActivityId }).then(res => { loadRollbackNodes({ flowNodeId: editMsg.ActivityId }).then(res => {
if (res.code === 0) { if (res.code === 0) {
setBackNodes(res.data); setBackNodes([...res.data, { Name: '自定义节点', AliasName: '自定义节点' }]);
} }
}); });
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment