jason.lam 1 년 전
부모
커밋
de931c6593
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();


불러오는 중...
취소
저장