Browse Source

修改诊断搜索参数

zhangxc 6 năm trước cách đây
mục cha
commit
145f11b16f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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