zhangxc 6 éve
szülő
commit
8638209c04
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/store/async-actions/diagnosticSearch.js

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

@@ -29,7 +29,6 @@ export const getSearchResult = (value) =>{
             }
             json(url, param).then((data)=>{
                 const searchRes = data.data.data;
-                console.log('searchRes',searchRes)
                 const diagList = state.diagnosticList.diagnosticList;
                 let searchResult = [];
                 if(searchRes) {