From 94d3840bda13f23c0cd4619a99ac215b74ffcd94 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 07 十一月 2024 13:54:14 +0800 Subject: [PATCH] update --- jrj/project/business/Public/UserGroupShareEx.cpp | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/Public/UserGroupShareEx.cpp b/jrj/project/business/Public/UserGroupShareEx.cpp index c4d62bf..6e253ed 100644 --- a/jrj/project/business/Public/UserGroupShareEx.cpp +++ b/jrj/project/business/Public/UserGroupShareEx.cpp @@ -52,10 +52,10 @@ xaserverarg arg = GetArg(); arg.AddArg(L"process", L"ok"); - xml x = xml::Make(); + xml x; dw_list.DwUpdateAllToEx(x); arg.AddArg(L"result", x.xml()); - x.Free(); + CloseWindow(); return 1; } @@ -134,6 +134,7 @@ int onload() { + SetArg(); dw_list = GetControl(L"dw_list"); dw_list.openUrl(L"/sale/view/UserGroup/template/entityusergrouplist"); dw_list.SetReadOnly(true); -- Gitblit v1.9.3