|
@ -967,7 +967,6 @@ const server = { |
|
|
if(params.length==0){ |
|
|
if(params.length==0){ |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
console.log(params); |
|
|
|
|
|
|
|
|
|
|
|
params = encodeURIComponent(JSON.stringify(params)); |
|
|
params = encodeURIComponent(JSON.stringify(params)); |
|
|
let compressBeginLen = params.length; |
|
|
let compressBeginLen = params.length; |
|
@ -978,7 +977,7 @@ const server = { |
|
|
// }
|
|
|
// }
|
|
|
_this.requestLock = true; |
|
|
_this.requestLock = true; |
|
|
//console.log(params);
|
|
|
//console.log(params);
|
|
|
console.log("request"); |
|
|
// console.log("request");
|
|
|
if(_this.updateUrl != ""){ |
|
|
if(_this.updateUrl != ""){ |
|
|
$.post(_this.updateUrl, { compress: iscommpress, gridKey: _this.gridKey, data: params }, function (data) { |
|
|
$.post(_this.updateUrl, { compress: iscommpress, gridKey: _this.gridKey, data: params }, function (data) { |
|
|
let re = eval('('+ data +')') |
|
|
let re = eval('('+ data +')') |
|
|