diff --git a/src/pages/OrderReport/index.tsx b/src/pages/OrderReport/index.tsx
index 54cfd88..57a3f96 100644
--- a/src/pages/OrderReport/index.tsx
+++ b/src/pages/OrderReport/index.tsx
@@ -181,7 +181,6 @@ const OrderReportPage = () => {
   }, [selectedMonth, selectedYear]);
 
   useEffect(() => {
-    loadData();
     getSalesCodeOptions();
   }, []);
 
diff --git a/src/pages/ResearchGroup/ResearchGroup/constant.tsx b/src/pages/ResearchGroup/ResearchGroup/constant.tsx
index d3b588c..b58184e 100644
--- a/src/pages/ResearchGroup/ResearchGroup/constant.tsx
+++ b/src/pages/ResearchGroup/ResearchGroup/constant.tsx
@@ -20,7 +20,6 @@ export const RESEARCH_GROUP_COLUMNS = [
     key: 'id',
     valueType: 'index',
     hideInSearch: true,
-    hideInTable: true,
   },
   {
     title: '课题组名称',