소스 검색

修改诊断搜索参数

zhangxc 6 년 전
부모
커밋
145f11b16f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/async-actions/diagnosticSearch.js

+ 1 - 1
src/store/async-actions/diagnosticSearch.js

@@ -14,7 +14,7 @@ export const getSearchList = (val) => {
     return (dispatch, getState) => {
         const state = getState();
         json('/api/icss/retrieval/getTagInfos',{
-            type:'6',
+            type:'7',
             age:state.patInfo.message.patientAge,
             inputStr:val,
             sexType: state.patInfo.message.sex