|
@@ -143,7 +143,7 @@ export class SearchMoreComponent implements OnInit {
|
143
|
143
|
idx: 0,
|
144
|
144
|
sum: 20,
|
145
|
145
|
group2: {
|
146
|
|
- hospitals: this.getHosId,
|
|
146
|
+ statisticalHosId: this.getHosId,
|
147
|
147
|
groupName: keyword,
|
148
|
148
|
type: 3,
|
149
|
149
|
},
|
|
@@ -222,8 +222,7 @@ export class SearchMoreComponent implements OnInit {
|
222
|
222
|
category: {
|
223
|
223
|
category: keyword,
|
224
|
224
|
selectType: 'mutlQuery',
|
225
|
|
- dutyIds: this.queryType == 3 ? this.dutyId : undefined,
|
226
|
|
- parentDutyId: this.queryType == 3 ? this.parentDutyId : undefined,
|
|
225
|
+ statisticalHosId: this.getHosId,
|
227
|
226
|
hierarchy: 1,
|
228
|
227
|
},
|
229
|
228
|
};
|
|
@@ -354,7 +353,7 @@ export class SearchMoreComponent implements OnInit {
|
354
|
353
|
building: {
|
355
|
354
|
simpleQuery: true,
|
356
|
355
|
buildingName: keyword,
|
357
|
|
- cascadeHosId:this.getHosId,
|
|
356
|
+ statisticalHosId:this.getHosId,
|
358
|
357
|
},
|
359
|
358
|
};
|
360
|
359
|
this.isLoading = true;
|
|
@@ -430,7 +429,7 @@ export class SearchMoreComponent implements OnInit {
|
430
|
429
|
company: {
|
431
|
430
|
busiType: { key: "company_busi_type", value: "2" },
|
432
|
431
|
name: keyword,
|
433
|
|
- hosId: this.getHosId,
|
|
432
|
+ statisticalHosId: this.getHosId,
|
434
|
433
|
},
|
435
|
434
|
};
|
436
|
435
|
this.isLoading = true;
|
|
@@ -461,7 +460,7 @@ export class SearchMoreComponent implements OnInit {
|
461
|
460
|
idx: 0,
|
462
|
461
|
sum: 20,
|
463
|
462
|
department: {
|
464
|
|
- cascadeHosId: this.getHosId,
|
|
463
|
+ statisticalHosId: this.getHosId,
|
465
|
464
|
dept: keyword,
|
466
|
465
|
searchType: 1,
|
467
|
466
|
},
|