Commit 9745cd74 authored by Cai Wei's avatar Cai Wei

fix(*): 除尘器总览跳转问题修复

parent 140ff6fc
...@@ -370,8 +370,8 @@ const handleDusterLeakNumClick = () => { ...@@ -370,8 +370,8 @@ const handleDusterLeakNumClick = () => {
router.push({ router.push({
path: "/alerts", path: "/alerts",
query: { query: {
startTime: moment().format("YYYY-MM-DD HH:mm:ss"), startTime: moment().subtract(24, 'hours').format("YYYY-MM-DD HH:mm:ss"),
endTime: moment().subtract(24, 'hours').format("YYYY-MM-DD HH:mm:ss"), endTime: moment().format("YYYY-MM-DD HH:mm:ss"),
}, },
}); });
}; };
......
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