Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 1e04eff2
authored
2024-02-20 10:09:21 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Antes de trabajar
1 parent
ccd5b86e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/src/report.js
static/src/report.js
View file @
1e04eff
...
@@ -33,8 +33,8 @@ document.getElementById('boton_pdf_maha_reporte').addEventListener('click', func
...
@@ -33,8 +33,8 @@ document.getElementById('boton_pdf_maha_reporte').addEventListener('click', func
})
})
.
then
(
response
=>
response
.
json
())
.
then
(
response
=>
response
.
json
())
.
then
(
data
=>
{
.
then
(
data
=>
{
console
.
log
(
data
);
//
console.log(data);
//
var pdfUrl = data.full_url;
var
pdfUrl
=
data
.
full_url
;
window
.
open
(
pdfUrl
);
window
.
open
(
pdfUrl
);
})
})
.
catch
(
error
=>
{
.
catch
(
error
=>
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment