提交 26d934ef 编写于 作者: U unknown

修复移动端流转权限判断可能的问题

上级 43b6dfc4
...@@ -1013,7 +1013,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class( ...@@ -1013,7 +1013,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class(
flag = flag && (!hideFlag); flag = flag && (!hideFlag);
} }
if (tool.id == "action_processWork") { if (tool.id == "action_processWork") {
if (!this.businessData.task && this.businessData.work.startTime) { if (!this.businessData.task || !this.businessData.work.startTime) {
flag = false; flag = false;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册