LiFan
2025-04-24 9b3b2eb20b09e13da837a28f16e552ba70a090c4
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);