提交 26dae30e 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 c03be9c6
...@@ -383,7 +383,7 @@ export default class ComUtil { ...@@ -383,7 +383,7 @@ export default class ComUtil {
*/ */
static checkFieldSimpleRule(value, op, value2, errorInfo, paramType, form, primaryModel) { static checkFieldSimpleRule(value, op, value2, errorInfo, paramType, form, primaryModel) {
if (Object.is(paramType, 'CURTIME')) { if (Object.is(paramType, 'CURTIME')) {
value2 = `${new Date()}`; <#noparse>value2 = `${new Date()}`;</#noparse>
} }
if (Object.is(paramType, 'ENTITYFIELD')) { if (Object.is(paramType, 'ENTITYFIELD')) {
value2 = value2 ? value2.toLowerCase() : ''; value2 = value2 ? value2.toLowerCase() : '';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册