Commit 76e1d864 authored by FE-安焕焕's avatar FE-安焕焕 👣

修改错别字

parent 524995ac
...@@ -67,7 +67,7 @@ export async function download(params) { ...@@ -67,7 +67,7 @@ export async function download(params) {
responseType: 'arrayBuffer', responseType: 'arrayBuffer',
}); });
const blob = new Blob([data]); const blob = new Blob([data]);
saveAs(blob, `商户款结算明细-${format(new Date(), 'yyyyMMddHHmmss')}.xlsx`); saveAs(blob, `商户款结算明细-${format(new Date(), 'yyyyMMddHHmmss')}.xlsx`);
} }
// 附件信息 // 附件信息
export async function docQuery(settlementNo) { export async function docQuery(settlementNo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment