From 142558b40db1c578b29aa50a16f7933471bb921b Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 08 八月 2024 09:12:14 +0800 Subject: [PATCH] update --- jrj/project/business/SystemSettings/Data.config.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/SystemSettings/Data.config.cpp b/jrj/project/business/SystemSettings/Data.config.cpp index c3f0327..0af5433 100644 --- a/jrj/project/business/SystemSettings/Data.config.cpp +++ b/jrj/project/business/SystemSettings/Data.config.cpp @@ -162,7 +162,7 @@ { xstring str = L"<vbox><xtree name='dw_tree" + xstring(nIndex) + L"' imagelist='0'/></vbox>"; bnode = new xnode; - bnode.setNativePointer(SetAgentNodeContent(anode, str)); + bnode.setNativePointer(SetAgentNode(anode, str)); p = combobox::GetItemData(dw_ddlb.GetId(), nIndex); KXMLDOMElement ele = p; @@ -182,7 +182,7 @@ { p = combobox::GetItemData(dw_ddlbdata.GetId(), h); bnode = p; - SetAgentNodeContent(anode, bnode); + SetAgentNode(anode, bnode); dw_tree = new treeview; dw_tree.setNativePointer(GetControl(L"dw_tree" + xstring(nIndex))); -- Gitblit v1.9.3