seimin 1 周之前
父节点
当前提交
0d70d173e5

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/tripartite-company-statistics/tripartite-company-statistics.component.ts

@@ -281,7 +281,7 @@ export class TripartiteCompanyStatisticsComponent implements OnInit, AfterViewIn
281
 
281
 
282
   // 详细搜索
282
   // 详细搜索
283
   fieldConfig:any = {
283
   fieldConfig:any = {
284
-    fields: {categoryId: undefined, buildingId: undefined, floorId: undefined, repairDeptId: true},
284
+    fields: {categoryId: undefined, buildingId: undefined, floorId: undefined, repairDeptId: undefined},
285
     config: {category123: true, buildingAndFloor: true, repairDept: true},
285
     config: {category123: true, buildingAndFloor: true, repairDept: true},
286
   }
286
   }
287
   showSearchMore:boolean = false;
287
   showSearchMore:boolean = false;