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

feat: 修复historyinfo

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