more log information

This commit is contained in:
Unick Soft 2019-02-12 20:59:29 +02:00
parent 346ebb3b23
commit 1f4a8a258a

View File

@ -158,10 +158,13 @@ BaseAlgorithmEx.prototype.CalculateAlgorithm = function(queryString, resultCallb
var properties = {}; var properties = {};
var result = []; var result = [];
var xml = creator.GetXMLString();
console.log(xml);
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "/cgi-bin/GraphCGI.exe?" + queryString, url: "/cgi-bin/GraphCGI.exe?" + queryString,
data: creator.GetXMLString(), data: xml,
dataType: "text", dataType: "text",
}) })
.done(function( msg ) .done(function( msg )