|
@@ -32,6 +32,9 @@ export const getObjectDataEqpGroupHttp = (params) => {
|
|
isNotShowErrorToast: true,
|
|
isNotShowErrorToast: true,
|
|
errorSave: true,
|
|
errorSave: true,
|
|
data: JSON.stringify(params),
|
|
data: JSON.stringify(params),
|
|
|
|
+ headers: {
|
|
|
|
+ 'Content-Type': 'application/json',
|
|
|
|
+ }
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|