|
|
@@ -86,7 +86,7 @@ const queryPatientInfoClick=()=>{
|
|
|
if(inOutStatus.value && !stringNotBlank(queryPatNo.value)){
|
|
|
return ElMessage.error('住院号不能为空')
|
|
|
}
|
|
|
- queryPatientInfo(currentWard.value,queryPatNo.value,inOutStatusFlag).then((res) => {
|
|
|
+ queryPatientInfo(queryPatNo.value,currentWard.value,inOutStatusFlag).then((res) => {
|
|
|
overviews.value = res
|
|
|
})
|
|
|
}
|
|
|
@@ -114,7 +114,8 @@ const handleClickOverview = (row) => {
|
|
|
let val = {patientInfo:res.patientInfo,
|
|
|
yzDataList:res.yzDataList,
|
|
|
queryRange:queryData.queryRange,
|
|
|
- statusFlag:queryData.statusFlag
|
|
|
+ statusFlag:queryData.statusFlag,
|
|
|
+ inOutStatusFlag:inOutStatusFlag,
|
|
|
}
|
|
|
emit('selectPatientInfo',val)
|
|
|
})
|