Commit 8817e32d authored by 李纪文's avatar 李纪文

feat: 修复historyinfo

parent dc28b4d8
......@@ -56,12 +56,7 @@ const TimeRangePicker = ({
const renderVertical = () => {
return !!dataSource.length ? (
<Select
value={value}
defaultValue={defaultValue}
style={{ width: width }}
onChange={onSelectChange}
>
<Select value defaultValue={defaultValue} style={{ width: width }} onChange={onSelectChange}>
{dataSource.map((item) => (
<Option key={item.key} value={item.key}>
{item.name}
......
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