C&E correction

This commit is contained in:
fjrodriguez
2023-04-12 11:03:14 -06:00
parent e192920a5d
commit c474ca3f4f
3 changed files with 11 additions and 6 deletions

View File

@@ -81,8 +81,10 @@
function get_pacs(){
let rfc = '{{request.path}}'
rfc= Object.values(rfc.split('/'))
url = `{% url 'PACS_Retrive_RFCS' %}?RFC=${rfc[2]}`
let part = encodeURIComponent(rfc)
rfc= Object.values(rfc.split('/'))
url = `{% url 'PACS_Retrive_RFCS' %}?RFC=${rfc[2]}`
fetch(url, {
method: 'GET',
headers:{