提交 2c4d3308 authored 作者: 钟是志's avatar 钟是志

公告函数修改

上级 a5b400d0
......@@ -407,7 +407,7 @@ export function getColumnsDataRealize({
* title : 导出文件名
* allValues : sql参数
* listConfig : 导出列表配置
* ext : 导出后缀 目前xecl、dbf
* ext : 导出后缀 目前xecl、dbf,docx,pdf
* 返回值
* */
export function getWord({
......@@ -429,7 +429,7 @@ export function getWord({
title: `${title}.${ext}`,
allValues: JSON.stringify({ ...allValues }),
},
`${queryOauthActionPath()}` + `/DataColumnApi/exportWord`,
queryOauthActionPath() + `/DataColumnApi/exportWord`,
);
let token = getToken();
downloadFile(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论