LiFan
2024-09-06 52f9a10eb0a0b648032595905ace4af88bf17c15
jrj/project/business/SystemSettings/SysUser.cpp
@@ -308,8 +308,6 @@
   int onload()
   {
      m_agentNode = new xnode;
      tv_usergroup = GetControl(L"tv_usergroup");
      dw_user = new xdwgrid;
      dw_user.setNativePointer(GetControl(L"dw_user"));
@@ -322,11 +320,13 @@
      HTREEITEM root = tv_usergroup.GetRootItem();
      tv_usergroup.ExpandItem( root);
      xml x;
      //return 1;
      xml x;
      x.loadXML(L"<Config/>");
      m_configDoc = x;
      rowSearch(L"系统用户.vface/template/SysUser/list");
      return 1;
      GridSearchEx();
      return 1;