瀏覽代碼

科室向上查

seimin 1 年之前
父節點
當前提交
6e36e3261c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/views/department-distance/department-distance.component.ts

+ 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) => {