Przeglądaj źródła

科室向上查

seimin 1 rok temu
rodzic
commit
6e36e3261c

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

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