소스 검색

remove log

pull/1/head
Jonathan Cobb 4 년 전
부모
커밋
22741cc804
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/_store/system.module.js

+ 0
- 1
src/_store/system.module.js 파일 보기

@@ -250,7 +250,6 @@ const mutations = {
state.status.searching = true;
},
searchSuccess(state, {type, query, results}) {
console.log('searchSuccess: '+JSON.stringify(results));
state.status.searching = false;
state.searchResults = results;
},


불러오는 중...
취소
저장