From 9fa1722ee249e570b82183107cdc643428fb067b Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 15 十一月 2024 17:39:34 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev
---
_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def
index d90d27b..64dc42d 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def
@@ -9,10 +9,9 @@
{
Body:
[*
- //鍒濆鍖�
- //CustomerDemandIDS::GenerateData( InterfaceDataset, RecycleBin, Archive );
-
- //dhSearch.Data( InterfaceDataset.CustomerDemandIDSSearch() );
+ //鍒濆鍖�
+ table := CustomerDemandIDS::InitiateSearch( InterfaceDataset );
+ DataHolderTable.Data( table );
*]
GroupServerCalls: false
}
--
Gitblit v1.9.3