Commit 0df1af41 authored by d.arizona's avatar d.arizona

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into didam

parents ba70623f cace6b4c
......@@ -323,7 +323,10 @@ export default class FixedAssetsMovementMR extends Component {
this.state.dataTable.map(item => {
if (item[15].length > 0) {
console.log('masuk')
this.setState({ buttonError: true, errorPreview: true, editable: true })
this.setState({ buttonError: true, errorPreview: true, editable: true, loading: true, refresh: true })
setTimeout(() => {
this.setState({ loading: false, refresh: false })
}, 200);
}
})
// console.log(this.state.dataTable);
......
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