Ver a proveniência

fix gen GFMIS file not match preview

master
Alex Cheung há 1 ano
ascendente
cometimento
dbb960c0c9
1 ficheiros alterados com 4 adições e 2 eliminações
  1. +4
    -2
      src/pages/GFMIS/index.js

+ 4
- 2
src/pages/GFMIS/index.js Ver ficheiro

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


Carregando…
Cancelar
Guardar