From 9b3b2eb20b09e13da837a28f16e552ba70a090c4 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 24 四月 2025 14:48:21 +0800 Subject: [PATCH] update --- jrj/project/business/SystemSettings/LogList.cpp | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/SystemSettings/LogList.cpp b/jrj/project/business/SystemSettings/LogList.cpp index 07f77fb..238e046 100644 --- a/jrj/project/business/SystemSettings/LogList.cpp +++ b/jrj/project/business/SystemSettings/LogList.cpp @@ -4,6 +4,8 @@ #include <wobject/xdouble.hpp> #include <xcontrol/xlayersheet.hpp> #include <xcontrol/xdatetimepick.hpp> +#include <xcontrol/xoffice.hpp> +#include <xcontrol/xcell.hpp> #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" @@ -92,7 +94,7 @@ hCursor = xutil::SetCursorWait(); xstring str = dw_list.DataAnalysis(L""); xaserverarg arg; - ; + arg.AddArg(L"html", str); OpenWindow(L"dev:xpage[data.vanalysis.vx]", arg); @@ -106,7 +108,7 @@ int OnSearch() { xaserverarg arg; - ; + arg.AddArg(L"text", searchStr); OpenWindow(L"dev:xpage[search.dialog.vx]", arg); xstring str = arg.GetArgString(L"text"); @@ -174,7 +176,7 @@ xml x ; xaserverarg arg ; - ; + arg.AddArg(L"arg",argstr); //alert(argstr); -- Gitblit v1.9.3