@@ -993,6 +993,8 @@ export class HushijiandanComponent implements OnInit {
postData["patient"] = {
keyWord: e ? e : this.tabSearchCont,
};
+ // 查询父级科室患者
+ postData['patient']['parentIdOnly'] = true;
if (
this.currentUser.typeValue == "checkRoom2" ||
this.currentUser.typeValue == "outpatientDept" ||