C&E correction
This commit is contained in:
@@ -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:{
|
||||
|
||||
Reference in New Issue
Block a user