异常上报修改

This commit is contained in:
cwchen 2024-12-13 13:48:12 +08:00
parent a767793373
commit a718d18436
1 changed files with 3 additions and 0 deletions

View File

@ -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,