提交 53b99003 编写于 作者: Mosher's avatar Mosher

补充表单表格属性值规则校验对值为0时的处理 --- fix1

上级 5f719edd
...@@ -487,7 +487,7 @@ import { Environment } from '@/environments/environment'; ...@@ -487,7 +487,7 @@ import { Environment } from '@/environments/environment';
if(!falg.hasOwnProperty("isPast")){ if(!falg.hasOwnProperty("isPast")){
falg.isPast = true; falg.isPast = true;
} }
if(!this.data[name] && !this.data[name] != 0){ if(!this.data[name] && this.data[name] != 0){
falg.isPast = true; falg.isPast = true;
} }
return falg; return falg;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册