Commit fbf6454e authored by Riri Novita's avatar Riri Novita

update locf dulu

parent f8efb244
......@@ -551,6 +551,9 @@ const create = (type = "") => {
// Investment
const getTypeOfInvestment = () => api.get('setting_type/get_all_setting_type_by_investment')
const validateSaveLOV = (body) => api.post('transaction/lov/monthly_report/validate_save', body)
const validateSaveLOCF = (body) => api.post('transaction/locf/monthly_report/validate_save', body)
// Superadmin Approve
const getListApprover = (report, monthlyReportId) => api.get(`transaction/${report}/get_approver/${monthlyReportId}`)
......@@ -953,7 +956,9 @@ const create = (type = "") => {
uploadSimulasiOperatingInd,
uploadSimulasiMROI,
uploadSimulasiROOI,
getTypeOfInvestment
getTypeOfInvestment,
validateSaveLOCF,
validateSaveLOV
}
}
......
This diff is collapsed.
......@@ -144,6 +144,9 @@ export default class LOV extends Component {
this.getLatestUpdate()
this.handleViewOnly()
}
// if (this.props.dataTablelov !== prevProps.dataTablelov) {
// this.setState({ dataTable: this.props.dataTablelov})
// }
}
handleGetFor(type) {
......
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