记得上下班打卡 | git大法好,push需谨慎

Commit d6797f81 authored by sangchunxi's avatar sangchunxi

#1880 bug 尝试修复

parent ebf232d1
......@@ -306,7 +306,7 @@
}
function isIntNum() {
function isIntNum(value) {
var reg = new RegExp(/^[1-9]\d*$/);
// 表单验证规则设置:请确认输入为整数
if (!reg.test(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