diff --git a/bns/js/dutyTask/remotePatrol/exceptionReportForm.js b/bns/js/dutyTask/remotePatrol/exceptionReportForm.js index 8c30191..b10ec69 100644 --- a/bns/js/dutyTask/remotePatrol/exceptionReportForm.js +++ b/bns/js/dutyTask/remotePatrol/exceptionReportForm.js @@ -76,6 +76,9 @@ function saveData(data) { url: dataUrl + 'proteam/pot/todayTask/uploadExceptionReport?token=' + token, type: 'POST', data: formData, + headers: { + 'decrypt':'decrypt' + }, dataType: 'json', processData: false, contentType: false,