提交 5b2f158e 编写于 作者: tao.wu's avatar tao.wu

no message

上级 c0bef17e
...@@ -247,9 +247,13 @@ ...@@ -247,9 +247,13 @@
if(this.formData[formName]){ if(this.formData[formName]){
let investigationState = this.formData[formName].investigationState; let investigationState = this.formData[formName].investigationState;
let inTurn = this.formData[formName].inTurn;
if( ( investigationState === '失访' || investigationState === '死亡' ) ){ if( ( investigationState === '失访' || investigationState === '死亡' ) ){
this.showModule = false; this.showModule = false;
} }
if(inTurn == '12个月'){
this.needRule = false;
}
this.addComponents[i].formObject = this.formData[formName]; this.addComponents[i].formObject = this.formData[formName];
} }
// 量表字段回显,会触发change校验,所以这里拿到数据渲染页面后,重置验证 // 量表字段回显,会触发change校验,所以这里拿到数据渲染页面后,重置验证
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册