From b3bfc542a3af41d849e002266136d4d379b4db4b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Nov 2021 17:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=B5=81=E8=BD=AC=E6=9D=83=E9=99=90=E5=88=A4=E6=96=AD=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_process_Xform/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_process_Xform/Form.js b/o2web/source/x_component_process_Xform/Form.js index 7b39ff745b..8d3a7b2f67 100644 --- a/o2web/source/x_component_process_Xform/Form.js +++ b/o2web/source/x_component_process_Xform/Form.js @@ -1013,7 +1013,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class( flag = flag && (!hideFlag); } if (tool.id == "action_processWork") { - if (!this.businessData.task || !this.businessData.work.startTime) { + if (!this.businessData.task || !this.businessData.work || !this.businessData.work.startTime) { flag = false; } } -- GitLab