提交 a68f0416 authored 作者: yaoxinguo's avatar yaoxinguo

全局参数优化

......@@ -435,7 +435,7 @@ export function renderContentRow(value, row, index, key, spanData, cloumnNames =
* title : 导出文件名
* allValues : sql参数
* listConfig : 导出列表配置
* ext : 导出后缀 目前xecl、dbf
* ext : 导出后缀 目前xecl、dbf,docx,pdf
* 返回值
* */
export function getWord({
......@@ -446,6 +446,7 @@ export function getWord({
listConfig = {},
ext = 'docx',
}) {
//可更新的
let getFileData = giveFilePostDataInfoForTrue(
{
......@@ -457,7 +458,7 @@ export function getWord({
title: `${title}.${ext}`,
allValues: JSON.stringify({ ...allValues }),
},
`${queryOauthActionPath()}` + `/DataColumnApi/exportWord`,
queryOauthActionPath() + `/DataColumnApi/exportWord`,
);
let token = getToken();
downloadFile(
......@@ -469,7 +470,6 @@ export function getWord({
title,
ext,
);
function setObjectKey(data) {
return (
Object.keys(data)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论