xj qian
2024-09-06 61f1fc38bb7c290ccace616b7df4609a8b82a73b
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;