Commit 2df8e4fa by zhaochengxiang

详情刷新问题

parent 98a9e2e8
......@@ -75,6 +75,7 @@ const DatatypeInput = ({ value = {}, datatypes, onChange }) => {
<span>名称:</span>
</Col>
<Col span={15}>
<span onClick={e => e.stopPropagation()}>
<Select
onChange={onNameChange}
value={value.name || ''}
......@@ -88,6 +89,7 @@ const DatatypeInput = ({ value = {}, datatypes, onChange }) => {
})
}
</Select>
</span>
</Col>
</Row>
{
......@@ -1011,7 +1013,7 @@ const ImportActionTable = (props) => {
}
title="规则详情"
>
<a href="">详情</a>
<a href="#">详情</a>
</Popover>
}
</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