From 67555dae703a5786a4bfdc9cc6a062abe3fbfcec Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期五, 19 七月 2024 17:22:04 +0800 Subject: [PATCH] updae --- jrj/project/business/AP/list.ap.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/AP/list.ap.cpp b/jrj/project/business/AP/list.ap.cpp index d56cafa..32b5155 100644 --- a/jrj/project/business/AP/list.ap.cpp +++ b/jrj/project/business/AP/list.ap.cpp @@ -476,8 +476,7 @@ xaserverarg arg; arg.AddArg(L"html", str); - int obj = cast(dw_list as int); - arg.AddArg(L"obj", obj.toString()); + arg.SetParam(L"obj", &dw_list); OpenWindow(L"dev:xpage[data.vanalysis.vx]", arg); xutil::RestoreCursor(hCursor); return 1; -- Gitblit v1.9.3