F 修复自定义发布输出无法显示的问题

pull/148/head
vapao 2020-07-08 19:58:26 +08:00
parent 6f2c22acdd
commit 00279f2225
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ class Ext1Index extends React.Component {
<Steps.Step {...this.getStatus('local', 2 + index)} key={index} title={item.title}/>
))}
</Steps>}>
<OutView outputs={lds.get(store.outputs, 'local.data', [])}/>
<OutView id="local"/>
</Collapse.Panel>
</Collapse>
@ -164,7 +164,7 @@ class Ext1Index extends React.Component {
))}
</Steps>
</div>}>
<OutView outputs={lds.get(store.outputs, `${item.id}.data`, [])}/>
<OutView id={item.id}/>
</Collapse.Panel>
))}
</Collapse>