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

修复表单通知关系界面上下文就近原则

上级 8fc57d0a
......@@ -1149,8 +1149,8 @@ import schema from 'async-validator';
}
const arg: any = { ...opt };
const data = this.getValues();
Object.assign(arg, data);
Object.assign(arg, this.context);
Object.assign(arg, data);
if (ifStateNext) {
<#assign drcounter = 0>
<#list ctrl.getAllPSDEFormDetails() as formdetail>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册