Commit 41acabc2 authored by 张耀's avatar 张耀

feat:

修复阈值参数错误问题
parent c1404046
......@@ -91,7 +91,7 @@ const setParams = (res, { id }) => {
obj.thresholds_max = +e.to
}
if (e.from !== "") {
obj.thresholds_min = +e.to
obj.thresholds_min = +e.from
}
return obj
})
......
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