Commit 393b61fc by zhaochengxiang

bug fix

parent d09c2d9c
...@@ -296,7 +296,7 @@ const EditModel = (props) => { ...@@ -296,7 +296,7 @@ const EditModel = (props) => {
} }
const edit = () => { const edit = () => {
setActionData({ ...actionData, action: 'edit' }); setActionData({ ...actionData, action: 'edit', permitCheckOut: modelerData?.permitCheckOut });
actionRef.current = 'edit'; actionRef.current = 'edit';
} }
......
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