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