2 Коммиты c42de0799b ... 1f289de625

Автор SHA1 Сообщение Дата
  seimin 1f289de625 Merge branch 'master' into develop 1 неделя назад
  seimin 0d70d173e5 bugfix 1 неделя назад

+ 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;