|
@@ -17,6 +17,7 @@ export const getSearchList = (val) => {
|
|
|
"age": formatFormParmas('patientAge',baseList.patInfo.patInfoData),
|
|
|
"inputStr": val,
|
|
|
"sex": formatFormParmas('patientSex',baseList.patInfo.patInfoData),
|
|
|
+ "hospitalId":baseList.homePage.curHos.hosId,
|
|
|
"type": type
|
|
|
})
|
|
|
.then((res)=>{
|