From dc07d4ddadb3acfbeda76f521638dcfff28d7a21 Mon Sep 17 00:00:00 2001 From: limj <limj@taizhitech.com> Date: 星期五, 22 九月 2023 14:58:27 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lmj --- _Main/UI/MacroPlannerWebApp/Component_FrmOrderForecast/Response_OnClose.def | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FrmOrderForecast/Response_OnClose.def b/_Main/UI/MacroPlannerWebApp/Component_FrmOrderForecast/Response_OnClose.def index 9800a96..29988bb 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FrmOrderForecast/Response_OnClose.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FrmOrderForecast/Response_OnClose.def @@ -13,7 +13,8 @@ SelectItem := select( MacroPlan,H_MessagePassing,Obj,Obj.FKey()="FrmOrderForecast" and Obj.ItemKey()="ListSelect"); if( not isnull( SelectItem)) { - SelectItem.Value(""); + SelectItem.Value(""); + SelectItem.ValueJsonString(""); } *] GroupServerCalls: false -- Gitblit v1.9.3