From d2d1e174b5f85497c38ec1a02e8dc78421aa3c71 Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期五, 15 十一月 2024 17:44:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' 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