From a718d18436917b7907ca06682e832b1aa72be45d Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 13 Dec 2024 13:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=B8=8A=E6=8A=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bns/js/dutyTask/remotePatrol/exceptionReportForm.js | 3 +++ 1 file changed, 3 insertions(+) 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,