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

update:修复表单工作流启动未携带多表单数据

上级 6428af5e
......@@ -340,7 +340,7 @@ export default class AppFormDRUIPart extends Vue {
this.refreshDRUIPart($event.data);
}
// 表单保存之前
if (Object.is($event.type, "beforesave")) {
if (Object.is($event.type, "beforesave") || Object.is($event.type, "beforewfstart")) {
if (
Object.is(this.refviewtype, "DEMOBMEDITVIEW9") ||
Object.is(this.refviewtype, "DEGRIDVIEW9")
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册