|
@@ -127,7 +127,7 @@ export class LimitInitiationTimeComponent implements OnInit {
|
127
|
127
|
building: {
|
128
|
128
|
simpleQuery: true,
|
129
|
129
|
buildingName: keyWord,
|
130
|
|
- hosId: this.currentHospital.id,
|
|
130
|
+ cascadeHosId: this.currentHospital.id,
|
131
|
131
|
}
|
132
|
132
|
};
|
133
|
133
|
this.isLoading = true;
|
|
@@ -152,9 +152,7 @@ export class LimitInitiationTimeComponent implements OnInit {
|
152
|
152
|
department: {
|
153
|
153
|
searchType: 1,// 简单查询
|
154
|
154
|
dept: keyWord,
|
155
|
|
- hospital: {
|
156
|
|
- id: this.currentHospital.id,
|
157
|
|
- },
|
|
155
|
+ cascadeHosId: this.currentHospital.id,
|
158
|
156
|
}
|
159
|
157
|
};
|
160
|
158
|
this.isLoading = true;
|