Commit 4f46daca authored by Riri Novita's avatar Riri Novita

Merge branch 'dev-riri' into 'ENV-DEV'

filter periode

See merge request !2313
parents 6c82c5ef 68c7cf1e
...@@ -108,7 +108,8 @@ class ReportProgress extends Component { ...@@ -108,7 +108,8 @@ class ReportProgress extends Component {
this.setState({ this.setState({
listPeriodeMB: defaultPropsMB, listPeriodeMB: defaultPropsMB,
periodeMB: MB[MB.length - 1], // periodeMB: MB[MB.length - 1],
periodeMB: MB[MB.length - 2],
}, () => { }, () => {
this.getReportType() this.getReportType()
// console.log(this.state.listMonth) // console.log(this.state.listMonth)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment