|
|
@@ -59,8 +59,10 @@ const Index = () => { |
|
|
|
function downloadXML(input) { |
|
|
|
console.log(input) |
|
|
|
HttpUtils.get({ |
|
|
|
url: UrlUtils.GEN_GFMIS_XML + "/today?online=true", |
|
|
|
params:{}, |
|
|
|
url: UrlUtils.GEN_GFMIS_XML + "/today", |
|
|
|
params:{dateTo: input.dateTo, |
|
|
|
dateFrom: input.dateFrom, |
|
|
|
}, |
|
|
|
onSuccess: (responseData) => { |
|
|
|
console.log(responseData) |
|
|
|
const parser = new DOMParser(); |
|
|
|