.
This commit is contained in:
parent
6720f8e73a
commit
90973670ca
5 changed files with 14 additions and 18 deletions
|
|
@ -70,9 +70,7 @@ export const serie_consultar = ({
|
|||
|
||||
const serie = encodeURIComponent(JSON.stringify(pr, null, 2))
|
||||
|
||||
vUrl.searchParams.append("serie", serie)
|
||||
|
||||
return vUrl.href
|
||||
return `${vUrl.href}?serie=${serie}`
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue