.
This commit is contained in:
parent
ba356d2827
commit
6720f8e73a
4 changed files with 8 additions and 4 deletions
|
|
@ -82,7 +82,8 @@ var serie_consultar = function (_a) {
|
|||
var vUrl = new URL("".concat(emDesenvolvimento
|
||||
? "http://127.0.0.1:5081"
|
||||
: "https://carro-de-boi.idz.one").concat(_variaveis_1.PREFIXO, "/").concat(_variaveis_1.tiposSeriesAgregacoes.enum.contagem));
|
||||
vUrl.searchParams.append("serie", JSON.stringify(pr, null, 2));
|
||||
var serie = encodeURIComponent(JSON.stringify(pr, null, 2));
|
||||
vUrl.searchParams.append("serie", serie);
|
||||
return vUrl.href;
|
||||
};
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue