From e83354f83321f0037c641ad09f310277cdc80295 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 12 七月 2024 08:01:26 +0800
Subject: [PATCH] update data total

---
 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