Commit 3e91dad2 authored by Hardiansyah's avatar Hardiansyah

enhance list revision finance dan cat

parent b3c244f5
......@@ -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