From e3f724c9fd36995c207a6ed173849c20aaa2e3d7 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期二, 17 十二月 2024 13:06:22 +0800
Subject: [PATCH] update

---
 jrj/project/business/BasicCode/ForwarderList.cpp |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/jrj/project/business/BasicCode/ForwarderList.cpp b/jrj/project/business/BasicCode/ForwarderList.cpp
index 983b40a..1f259df 100644
--- a/jrj/project/business/BasicCode/ForwarderList.cpp
+++ b/jrj/project/business/BasicCode/ForwarderList.cpp
@@ -13,14 +13,14 @@
 
 public:
 	//xdwpages dw_pages;
-	xstring m_QueryTxt;
-	KXMLDOMDocument m_configDoc;
+	//xstring m_QueryTxt;
+	//KXMLDOMDocument m_configDoc;
 	xtreeview		tv_1;
 	xstring		sType;
-	static int dw_hWnd;
-	int m_pageIndex;
-	int m_pageNumber;
-	xdwgrid	dw_list;
+	//static int dw_hWnd;
+	//int m_pageIndex;
+	//int m_pageNumber;
+	//xdwgrid	dw_list;
 public:
 	ForwarderList(void* implPtr, HWND hWnd) :listwin(implPtr, hWnd) {}
 public:
@@ -129,6 +129,8 @@
 		HTREEITEM root = tv_1.GetRootItem();
 		tv_1.ExpandItem(root);
 		dw_list.SetColumnState(L"ForwarderID", false);
+
+		OnRetrieve();
 		return 1;
 	}
 };
\ No newline at end of file

--
Gitblit v1.9.3