Commit f474ad84 authored by chenshouchao's avatar chenshouchao

fix: 解决合并代码丢失

parent 59e84381
......@@ -102,11 +102,10 @@ const WorkFlowEdit = (props: IProps) => {
/>
</div>
)}
{leftContentType !== "list" && (
<div className={styles.swFormBox} id="workFlowEditRight">
<Flow tasks={templateConfigInfo} />
</div>
)}
{leftContentType !== "list" && <div>123</div>}
</div>
<div id="workFlowEditRight">
<Flow tasks={templateConfigInfo} />
</div>
</div>
</div>
......
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