提交 4bd25459 authored 作者: 钟是志's avatar 钟是志

24709 统计分析管理/宿舍整体房间与零星空床位统计表(按楼层),2001010256 这4点字段数字点击出来的列表 添加筛选和导出功能

上级 cf48ddc2
......@@ -271,10 +271,16 @@ export function diGuiTree(treeData = [], i = 0) {
}
/**
* 本地开发可能会存在跨域问题
* */
export function downloadFile(url, params, fileName = "导出文件", ext = "xlsx", method = 'POST') {
fetch(url, {
method,
body: method === 'GET' ? undefined : FormdataWrapper(params),
// credentials: 'omit',
// mode: 'cors',
// headers: {Accept: 'application/json'}
})
.then((res) => {
if (res.status + "" !== "200") {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论