Commit f474ad84 authored by chenshouchao's avatar chenshouchao

fix: 解决合并代码丢失

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