Commit ebc96b52 by caoyanzhi

update: 修复区间输入0验证不通过的bug

parent 861cc010
......@@ -2116,7 +2116,7 @@ export default {
v = 0
}
}
return v;
return v + '';
},
onChangeTime(val) {
if(isNaN(val)) {
......
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