Commit 99f2094e authored by 李纪文's avatar 李纪文

feat: 组态控制日志样式优化

parent d1efc1a0
...@@ -234,8 +234,8 @@ const ControlRecords = ({ nodeData, bindList }) => { ...@@ -234,8 +234,8 @@ const ControlRecords = ({ nodeData, bindList }) => {
setParams({ setParams({
...params, ...params,
pageIndex: 1, pageIndex: 1,
dateFrom: time[0], dateFrom: start,
dateTo: time[1], dateTo: end,
userName: userName, userName: userName,
}); });
}; };
......
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