异常上报修改
This commit is contained in:
parent
a767793373
commit
a718d18436
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue