From d1d15b61dfcf7fd0f800b32359f082cf580ed556 Mon Sep 17 00:00:00 2001
From: yanweiyuan3 <yanweiyuan3@gmail.com>
Date: 星期五, 27 十月 2023 15:12:07 +0800
Subject: [PATCH] Update StaticMethod_DoASync#253.qbl
---
_Main/UI/MacroPlannerWebApp/Component_Form633/Response_OnCreated.def | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_Form633/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_Form633/Response_OnCreated.def
index 9d7aa42..a2b42ff 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_Form633/Response_OnCreated.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_Form633/Response_OnCreated.def
@@ -10,9 +10,13 @@
{
Body:
[*
- MacroPlan.PRData( relflush );
- GlobalOTDTable.PRHistoryData( relflush );
- PRData::TestData( MacroPlan );
+ //if( not isnull( MacroPlan ) ) {
+ // MacroPlan.PRData( relflush );
+ // PRData::TestData( MacroPlan );
+ //}
+ //if( not isnull( GlobalOTDTable ) ) {
+ // GlobalOTDTable.PRHistoryData( relflush );
+ //}
*]
}
}
--
Gitblit v1.9.3