Commit 09386a0e authored by qorri_di's avatar qorri_di

Fixing MR

- LoCF chekUpload:620
parent 49d7115f
...@@ -617,8 +617,8 @@ export default class ListOfCreditFacilities extends Component { ...@@ -617,8 +617,8 @@ export default class ListOfCreditFacilities extends Component {
// } // }
}) })
api.create().checkUploadMonthlyReportLOCF(this.state.payload).then(response => { api.create().checkUploadMonthlyReportLOCF(payload).then(response => {
console.log(JSON.stringify(this.state.payload)); // console.log(JSON.stringify(this.state.payload));
console.log(response) console.log(response)
if (response.data) { if (response.data) {
if (response.data.status === 'success') { if (response.data.status === 'success') {
......
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