From 3e154206139f2fc8aeeab61c12c38717e55b3fc6 Mon Sep 17 00:00:00 2001 From: qianxj2004 <qianxj15@sina.com> Date: 星期二, 10 六月 2025 11:44:09 +0800 Subject: [PATCH] update --- jrj/project/business/HR/GraduationSchool.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/HR/GraduationSchool.cpp b/jrj/project/business/HR/GraduationSchool.cpp index 373df3d..dcddfcc 100644 --- a/jrj/project/business/HR/GraduationSchool.cpp +++ b/jrj/project/business/HR/GraduationSchool.cpp @@ -80,7 +80,7 @@ xml x ; xaserverarg arg;//放置参数 - arg.setNativePointer(arg.CreateInstance()); + arg.AddArg(L"gsid", gsid); if (getUrl(L"/sale/data/GraduationSchool/data/delete", arg.GetString(), x) != 1) { @@ -133,8 +133,7 @@ xml x ; xaserverarg arg; - arg.setNativePointer(arg.CreateInstance()); - //arg.AddArg(L"xxx",L"xxx"); + if (getUrl(L"/sale/data/GraduationSchool/data/list", arg.GetString(), x) != 1) { trace(x.text()); @@ -151,6 +150,7 @@ int onload() { + SetAgent(); dw_list = GetControl(L"dw_list"); dw_list.openUrl(L"/sale/view/GraduationSchool/template/list"); OnRetrieve(); -- Gitblit v1.9.3