Commit 39f0fa62 by zhaochengxiang

流程中的模型详情可编辑

parent 3c365545
...@@ -151,7 +151,7 @@ const EditModel = (props) => { ...@@ -151,7 +151,7 @@ const EditModel = (props) => {
const _action = getQueryParam(Action, props.location.search); const _action = getQueryParam(Action, props.location.search);
if (_action === 'flow') { if (_action === 'flow') {
setActionData({ ...actionData, editable: data?.editable||false }); setActionData({ ...actionData, ...{modelerId: data?.id, editable: data?.editable||false, stateId: data?.state?.id||''} });
} }
} }
......
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