Ver código fonte

fix gen GFMIS file not match preview

master
Alex Cheung 1 ano atrás
pai
commit
dbb960c0c9
1 arquivos alterados com 4 adições e 2 exclusões
  1. +4
    -2
      src/pages/GFMIS/index.js

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

@@ -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
Salvar