修改解析错误的问题
This commit is contained in:
parent
21778c7f7c
commit
98e6755aba
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user