提交 8ed78386 编写于 作者: KK's avatar KK

值规则调整

上级 dfe92cf0
...@@ -476,7 +476,7 @@ import { Util } from '@/ibiz-core/utils'; ...@@ -476,7 +476,7 @@ import { Util } from '@/ibiz-core/utils';
if (this.ignorefieldvaluechange) { if (this.ignorefieldvaluechange) {
return; return;
} }
this.validate(name,this.data[name]); this.validItem(name,this.data[name]);
this.resetFormData({ name: name, newVal: newVal, oldVal: oldVal }); this.resetFormData({ name: name, newVal: newVal, oldVal: oldVal });
this.formLogic({ name: name, newVal: newVal, oldVal: oldVal }); this.formLogic({ name: name, newVal: newVal, oldVal: oldVal });
this.dataChang.next(JSON.stringify(this.data)); this.dataChang.next(JSON.stringify(this.data));
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册