@@ -117,7 +117,7 @@ export class DepartmentDistanceComponent implements OnInit {
department: {
searchType: 1,// 简单查询
dept: keywords,
- hospital: { id: hosId },
+ cascadeHosId: hosId,
}
};
this.departmentDistanceService.getDepartments(postData).subscribe((res) => {