提交 211d5979 authored 作者: 钟是志's avatar 钟是志

公告函数修改

上级 184311f7
import { giveFilePostDataInfoForTrue } from '@/webPublic/one_stop_public/Base16';
import { queryOauthActionPath } from '@/webPublic/one_stop_public/utils/queryConfig';
import { getToken } from '@/webPublic/one_stop_public/utils/token';
const apiUrl = queryOauthActionPath();
/**
* 公共函数代码
......@@ -278,7 +279,7 @@ export function getColumnsSqlKeyRealize({
content: JSON.stringify(content),
title: fileName,
},
`${queryOauthActionPath() + '/DataObjApi/exportCustom'}`,
`${apiUrl + '/DataObjApi/exportCustom'}`,
);
let token = getToken();
downloadFile(
......@@ -401,7 +402,7 @@ export function getColumnsDataRealize({
content: JSON.stringify(content),
title: fileName,
},
`${queryOauthActionPath() + '/DataObjApi/exportCustom'}`,
`${apiUrl + '/DataObjApi/exportCustom'}`,
);
let token = localStorage.getItem('antd-pro-token-onestop');
downloadFile(
......@@ -496,7 +497,7 @@ export function getWord({
title: `${title}.${ext}`,
allValues: JSON.stringify({ ...allValues }),
},
queryOauthActionPath() + `/DataColumnApi/exportWord`,
apiUrl + `/DataColumnApi/exportWord`,
);
let token = getToken();
downloadFile(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论