trigger data button api update
This commit is contained in:
parent
755352d37c
commit
099fbddada
@ -37,7 +37,7 @@ export const getManufacturingMonthlyOverview = async (year, quarter) => {
|
|||||||
export const autoSubmitSurvey = async (year, quarter) => {
|
export const autoSubmitSurvey = async (year, quarter) => {
|
||||||
try {
|
try {
|
||||||
const response = await postRequest(
|
const response = await postRequest(
|
||||||
'/survey_auto_submit',
|
'/survey_auto_submit_and_calculate',
|
||||||
{
|
{
|
||||||
year,
|
year,
|
||||||
quarter,
|
quarter,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user