|
|
|
@ -127,7 +127,7 @@ const DashboardBOD = (props) => {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const getProjectPerScheduleHealth = async () => { |
|
|
|
|
const URL = `${BASE_OSPRO}/api/dashboard/get-total-project-per-schedule-health` |
|
|
|
|
const URL = `${BASE_OSPRO}/api/dashboard/get-total-project-per-schedule-health/${moment().format('YYYY')}/${company_id}/${all_project}/${hierarchy}` |
|
|
|
|
const result = await axios.get(URL, HEADER).then(res => res).catch(err => err.response) |
|
|
|
|
const content = "Get Project by Schedule Health."; |
|
|
|
|
|
|
|
|
@ -221,7 +221,7 @@ const DashboardBOD = (props) => {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const getProjectPerPhase = async () => { |
|
|
|
|
const URL = `${BASE_OSPRO}/api/dashboard/get-total-project-per-phase` |
|
|
|
|
const URL = `${BASE_OSPRO}/api/dashboard/get-total-project-per-phase/${moment().format('YYYY')}/${company_id}/${all_project}/${hierarchy}` |
|
|
|
|
const result = await axios.get(URL, HEADER).then(res => res).catch(err => err.response) |
|
|
|
|
const content = "Get Project by Phase."; |
|
|
|
|
|
|
|
|
|