Commit 76358cc5 authored by faisalhamdi's avatar faisalhamdi

upload lg

parent 7a500a9a
......@@ -297,7 +297,6 @@ export default class FixedAssetsMovementMR extends Component {
console.log(response)
if (response.data) {
if (response.data.status === 'success') {
this.setState({ visibleUpload: false, loading: true, visibleFAMMR: false, refresh: true })
let dataTable = response.data.data.map((item, index) => {
return [
item.type_report_id,
......@@ -318,6 +317,7 @@ export default class FixedAssetsMovementMR extends Component {
item.error
]
})
this.setState({ visibleUpload: false, loading: true, visibleFAMMR: false, refresh: true })
// console.log(dataTable)
this.setState({ dataTable, dataLoaded: true, loading: false, buttonError: false, editable: true, refresh: false }, () => {
this.state.dataTable.map(item => {
......
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