提交 d02d1003 编写于 作者: P ph

fix issue for reload value editing

上级 1e7c6327
...@@ -152,6 +152,7 @@ export default { ...@@ -152,6 +152,7 @@ export default {
.toString() .toString()
.replace(/[^\.\d]/g, '') .replace(/[^\.\d]/g, '')
.replace(/\./g, ''); .replace(/\./g, '');
this.newReloadValue = Number(this.newReloadValue);
}, },
// get active menu item // get active menu item
getActive() { getActive() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册