修改解析错误的问题

This commit is contained in:
ival 2019-08-12 10:41:24 +08:00
parent 21778c7f7c
commit 98e6755aba

View File

@ -64,7 +64,7 @@ export default {
} }
/** 设置标志*/ /** 设置标志*/
[need, flag] = [true, false]; [need, flag] = [true, true];
} else if (reg2.test(value)) { } else if (reg2.test(value)) {
/** 含有特殊字符的时间格式*/ /** 含有特殊字符的时间格式*/
[, begTime, endTime] = reg2.exec(value); [, begTime, endTime] = reg2.exec(value);