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