From 03ef0b51103c735077c784c7df81ae2bcc1599ab Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 13 二月 2025 18:33:56 +0800 Subject: [PATCH] update --- jrj/project/total3/viewex.total1.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/jrj/project/total3/viewex.total1.cpp b/jrj/project/total3/viewex.total1.cpp index 1370195..6a85e9e 100644 --- a/jrj/project/total3/viewex.total1.cpp +++ b/jrj/project/total3/viewex.total1.cpp @@ -78,7 +78,7 @@ xaserverarg arg ; arg.AddArg(L"html", str); - + arg.SetParam(L"obj", (LPARAM)&dw_list); OpenWindow(L"dev:xpage[data.vanalysis.vx]", arg ); xutil::RestoreCursor(hCursor); return 1; @@ -346,6 +346,7 @@ { KXMLDOMElement rpt = nlist.item(i); xstring name = rpt.getAttribute(L"name"); + xc.AddItem(name, rpt); if (i == 0) xc.SetText(name); if (i == 0) rptEle = rpt; } -- Gitblit v1.9.3