From cf8dba7748cc9826d744069b5063a14e3fcd2fa8 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 13 三月 2025 10:48:17 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- 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