Commit c278df5c by zhaochengxiang

bug fix

parent 8171198c
...@@ -562,7 +562,7 @@ const ModelTree = (props) => { ...@@ -562,7 +562,7 @@ const ModelTree = (props) => {
} }
<Tooltip title="刷新目录"> <Tooltip title="刷新目录">
<ReloadOutlined className='default' onClick={refrence} style={{ fontSize:16,cursor:'pointer' }} /> <ReloadOutlined className='default' onClick={refresh} style={{ fontSize:16,cursor:'pointer' }} />
</Tooltip> </Tooltip>
{ {
......
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