@ -28,7 +28,7 @@ export const getSalesSignatureAction = async (params) => {
*/
export const postSendEmail = async (body) => {
const { attaList=[], atta, content, ...bodyData } = body;
body.ordertype = 227001;
bodyData.ordertype = 227001;
const formData = new FormData();
Object.keys(bodyData).forEach(function (key) {
formData.append(key, bodyData[key]);