From e4c04ed0250191b5a7d063398a551d27ff248c5a Mon Sep 17 00:00:00 2001
From: limj <limj@taizhitech.com>
Date: 星期二, 17 十月 2023 15:16:05 +0800
Subject: [PATCH] 优先级管理 GlobalOTDTable中添加const
---
_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def
index 6dfbdbe..94fce67 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def
@@ -7,7 +7,13 @@
DefinitionID: 'Responsedef_WebButton_OnClick'
Precondition:
[*
- return not isnull( GlobalOTDTable );
+ flag := not isnull( GlobalOTDTable );
+
+ if ( not isnull( GlobalOTDTable ) ) {
+
+ }
+
+ return flag;
*]
QuillAction
{
--
Gitblit v1.9.3