Преглед изворни кода

fix gen GFMIS file not match preview

master
Alex Cheung пре 1 година
родитељ
комит
dbb960c0c9
1 измењених фајлова са 4 додато и 2 уклоњено
  1. +4
    -2
      src/pages/GFMIS/index.js

+ 4
- 2
src/pages/GFMIS/index.js Прегледај датотеку

@@ -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();


Loading…
Откажи
Сачувај