提交 90c3c3eb 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 26dae30e
<#ibiztemplate> <#ibiztemplate>
TARGET=PSSYSAPP TARGET=PSSYSAPP
</#ibiztemplate> </#ibiztemplate>
<#noparse>
export default class ComUtil { export default class ComUtil {
...@@ -383,7 +384,7 @@ export default class ComUtil { ...@@ -383,7 +384,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')) {
<#noparse>value2 = `${new Date()}`;</#noparse> value2 = `${new Date()}`;
} }
if (Object.is(paramType, 'ENTITYFIELD')) { if (Object.is(paramType, 'ENTITYFIELD')) {
value2 = value2 ? value2.toLowerCase() : ''; value2 = value2 ? value2.toLowerCase() : '';
...@@ -822,4 +823,5 @@ export default class ComUtil { ...@@ -822,4 +823,5 @@ export default class ComUtil {
} }
</#noparse>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册