xj qian
2024-07-18 68d53805cead98b6fd18a05738af034020cad123
jrj/project/business/BasicCode/brand.regtype.cpp
@@ -44,8 +44,7 @@
   xdwtable getDw()
   {
      xdwtable dw1 = new xdwtable;
      dw1.setNativePointer(dw_list.FindDwTable(L"item"));
      xdwtable dw1 = dw_list.FindDwTable(L"item");
      return dw1;
   }
@@ -147,8 +146,7 @@
   int onload()
   {
      dw_list = new xdwtable;
      dw_list.setNativePointer(GetControl(L"dw_list"));
      dw_list = GetControl(L"dw_list");
      dw_list.openUrl(L"/sale/view/brand/template/regtype");
      //dw_list.SetColHeaderHeight(0);
      dw_list.SetRowSelectorWidth(0);