소스 검색

Initial range

afc163 8 년 전
부모
커밋
d1596ea90f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/routes/Dashboard/Analysis.js

+ 1 - 1
src/routes/Dashboard/Analysis.js

@@ -29,7 +29,7 @@ export default class Analysis extends Component {
   state = {
     salesType: 'all',
     currentTabKey: '',
-    rangePickerValue: [],
+    rangePickerValue: getTimeDistance('year'),
   }
 
   componentDidMount() {