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/HR/GraduationSchoolWin.vx.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/HR/GraduationSchoolWin.vx.cpp b/jrj/project/business/HR/GraduationSchoolWin.vx.cpp index 327df15..3d7d855 100644 --- a/jrj/project/business/HR/GraduationSchoolWin.vx.cpp +++ b/jrj/project/business/HR/GraduationSchoolWin.vx.cpp @@ -112,6 +112,7 @@ AttachEvent(L"WM_XCOMMAND", (FEvent)&ViewGraduationSchoolWin::OnXCommand); //获取焦点事件,用于重置工具条 AttachEvent(L"WM_SETFOCUS", (FEvent)&ViewGraduationSchoolWin::OnSetFocus); + return 1; } int OnRetrieve() @@ -140,8 +141,7 @@ dw_base.openUrl(L"/sale/view/GraduationSchool/template/win"); gsid = L""; - if (GetWinParam()) - gsid = GetWinParam(); + gsid = GetParamString(); if (gsid != L"") OnRetrieve(); -- Gitblit v1.9.3