Commit 5486bbf4 authored by ardiansyah's avatar ardiansyah

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

enhance list revision finance dan cat

See merge request !2388
parents ec41f658 3e91dad2
......@@ -2241,8 +2241,9 @@ export default class BudgetTahunan extends Component {
items = item
}
let PLBSFAMSubmitted = 0
const listTable = tableKey == 'CAT' ? this.state.dataForRevisionCAT : this.state.dataForRevision
// // // console.log(this.state.dataForRevision);
this.state.dataForRevision.map(i => {
listTable.map(i => {
if (i.report_name === items) {
if (i.revision !== revision) {
this.setState({ prevRevision: true })
......
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