|
@@ -8,9 +8,9 @@ export const getSearchResult = (value) =>{
|
|
|
const url = '/api/icss/retrieval/getTagInfos'
|
|
|
const param={
|
|
|
type: 7,
|
|
|
- age: 44,
|
|
|
+ age: state.patInfo.message.patientAge,
|
|
|
inputStr: value,
|
|
|
- sexType: 1
|
|
|
+ sexType: state.patInfo.message.sex
|
|
|
}
|
|
|
if(value === state.diagnosticSearch.searchValue) {
|
|
|
return
|