|
|
@ -196,7 +196,6 @@ async function initGanttSettings() { |
|
|
|
$("#scale1").attr('checked', true); |
|
|
|
$("#scale1").attr('checked', true); |
|
|
|
|
|
|
|
|
|
|
|
// init to gantt chart view (holidays)
|
|
|
|
// init to gantt chart view (holidays)
|
|
|
|
B |
|
|
|
|
|
|
|
const result = await axiosInstance |
|
|
|
const result = await axiosInstance |
|
|
|
.get(VERSION_GANTT_EDIT_URL, HEADER) |
|
|
|
.get(VERSION_GANTT_EDIT_URL, HEADER) |
|
|
|
.then(res => res) |
|
|
|
.then(res => res) |
|
|
|