|
|
|
@ -328,6 +328,8 @@ const DashboardProject = () => {
|
|
|
|
|
const URL = `${BASE_OSPRO}/api/project/get-overdue-activities`; |
|
|
|
|
const payload = { |
|
|
|
|
"id": PROJECT_ID.toString(), |
|
|
|
|
"gantt": GANTT_ID.toString(), |
|
|
|
|
"scurve": SCURVE ? SCURVE.toString() : null, |
|
|
|
|
"till_date": moment(new Date()).format('YYYY-MM-DD') |
|
|
|
|
} |
|
|
|
|
const result = await axios.post(URL, payload, HEADER).then(res => res).catch(err => err.response) |
|
|
|
|