Browse Source

科室向上查

seimin 1 year ago
parent
commit
6e36e3261c

+ 1 - 1
src/app/views/department-distance/department-distance.component.ts

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