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