浏览代码

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


正在加载...
取消
保存