Commit 9a34dbdd by fanyj

添加查看模型流程详情

parent 02445f36
...@@ -82,6 +82,22 @@ export class App extends React.Component { ...@@ -82,6 +82,22 @@ export class App extends React.Component {
); );
} }
if (message === 'showDataModelFlowDetail') {
return (
<AppContext.Provider value={{
setGlobalState,
onGlobalStateChange
}}>
<ImportAction
modelerId={id}
action='flow'
editable={false}
terms={terms}
/>
</AppContext.Provider>
);
}
if (message === 'showAssetDetail') { if (message === 'showAssetDetail') {
return ( return (
<AppContext.Provider value={{ <AppContext.Provider value={{
......
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