From d1596ea90f078ecadb79d67b848267f1d56f9245 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 13 Dec 2017 17:22:25 +0800 Subject: [PATCH] Initial range --- src/routes/Dashboard/Analysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Dashboard/Analysis.js b/src/routes/Dashboard/Analysis.js index a2bd4df7..765c818b 100644 --- a/src/routes/Dashboard/Analysis.js +++ b/src/routes/Dashboard/Analysis.js @@ -29,7 +29,7 @@ export default class Analysis extends Component { state = { salesType: 'all', currentTabKey: '', - rangePickerValue: [], + rangePickerValue: getTimeDistance('year'), } componentDidMount() { -- GitLab