seimin 6 dagen geleden
bovenliggende
commit
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 283
   fieldConfig:any = {
284
-    fields: {categoryId: undefined, buildingId: undefined, floorId: undefined, repairDeptId: true},
284
+    fields: {categoryId: undefined, buildingId: undefined, floorId: undefined, repairDeptId: undefined},
285 285
     config: {category123: true, buildingAndFloor: true, repairDept: true},
286 286
   }
287 287
   showSearchMore:boolean = false;