From f89cd09e23377e682c5c6ce508c1efbd82b42541 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期一, 21 四月 2025 15:58:29 +0800
Subject: [PATCH] update

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

diff --git a/jrj/project/business/BasicCode/ForwarderList.cpp b/jrj/project/business/BasicCode/ForwarderList.cpp
index 983b40a..abe97b0 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:
@@ -114,6 +114,7 @@
 
 	int onload()
 	{
+		SetAgent();
 		listwin::m_QueryTxt = L"";
 		m_pageIndex = 1;
 		m_pageNumber = 30;
@@ -129,6 +130,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