From 224aa88736bef3bb1c13642a8d477ae8cee4f2f8 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 04 七月 2024 15:10:39 +0800 Subject: [PATCH] update --- jrj/project/business/HR/AdministrativeDepartmentFolder.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp b/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp index 7bfefd8..103a4e1 100644 --- a/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp +++ b/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp @@ -109,6 +109,7 @@ AttachEvent(L"WM_XCOMMAND", (FEvent)&AdministrativeDepartmentFolderView::OnXCommand); //获取焦点事件,用于重置工具条 AttachEvent(L"WM_SETFOCUS", (FEvent)&AdministrativeDepartmentFolderView::OnSetFocus); + return 1; } int OnParentRetrieve() -- Gitblit v1.9.3