Commit ce7fbd93 authored by 李纪文's avatar 李纪文

feat: 组态输入控制进制转换问题修改

parent 5b4b4684
......@@ -1432,7 +1432,7 @@ const ConfigurationView = (props) => {
code,
tag,
node.switchType,
value * 1,
isNumber(value * 1) ? value * 1 : value,
);
};
......
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