Commit 6bc74489 authored by 李纪文's avatar 李纪文

feat: 修复historyinfo

parent 8045a0fa
......@@ -14,9 +14,13 @@ const { TabPane } = Tabs;
const { RangePicker } = DatePicker;
const { Option } = Select;
const UPDATE_TIME = {
UPDATE_TIME: 'updateTime',
};
const reducer = (state, action) => {
switch (action.type) {
case 'updateTime':
case UPDATE_TIME.UPDATE_TIME:
return {
...state,
dateRange: updateTime(action.payload),
......
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