|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
type: "post",
|
|
|
|
|
url: ctx + "nanjing/reportData/report",
|
|
|
|
|
data: formData,
|
|
|
|
|
contentType: "application/json;charset=utf-8",
|
|
|
|
|
// contentType: "application/json;charset=utf-8",
|
|
|
|
|
dataType: "json",
|
|
|
|
|
json: 'callback',
|
|
|
|
|
processData: false,
|
|
|
|
@ -100,7 +100,7 @@
|
|
|
|
|
exportOptions: {
|
|
|
|
|
ignoreColumn: false //忽略第一列和最后一列
|
|
|
|
|
},
|
|
|
|
|
exportDataType: 'all',
|
|
|
|
|
// exportDataType: 'all',
|
|
|
|
|
fixedColumns: true,
|
|
|
|
|
fixedNumber: 4,
|
|
|
|
|
fixedLeftNumber: 4,
|
|
|
|
@ -159,7 +159,7 @@
|
|
|
|
|
type: "post",
|
|
|
|
|
url: ctx + "nanjing/reportData/export",
|
|
|
|
|
data: formData,
|
|
|
|
|
contentType: "application/json;charset=utf-8",
|
|
|
|
|
// contentType: "application/json;charset=utf-8",
|
|
|
|
|
dataType: "json",
|
|
|
|
|
json: 'callback',
|
|
|
|
|
processData: false,
|
|
|
|
|