提交 ff0c64f1 编写于 作者: tony001's avatar tony001

调整实体工作流动态编辑视图逻辑 --- fix1

上级 9c892670
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
} }
if(this.allForm && Object.keys(this.allForm).length >0){ if(this.allForm && Object.keys(this.allForm).length >0){
Object.keys(this.allForm).forEach((name:string) =>{ Object.keys(this.allForm).forEach((name:string) =>{
if(Object.is(name,`wfform_${inputForm.toLowerCase()}`)){ <#noparse>if(Object.is(name,`wfform_${inputForm.toLowerCase()}`)){</#noparse>
this.activeForm = this.allForm[name]; this.activeForm = this.allForm[name];
} }
}) })
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册