From 85d5b48f6e225887bdfc460c20186962b213e304 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 02 七月 2021 15:09:14 +0800 Subject: [PATCH] excel下载前端调用修改 --- src/api/shuohuang.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts index 083f5da..80244a4 100644 --- a/src/api/shuohuang.ts +++ b/src/api/shuohuang.ts @@ -194,4 +194,5 @@ export const downloadFile = () => request({ url: '/data/api-c/user/downloadExcel', method: 'get', + responseType:"blob" }) \ No newline at end of file -- Gitblit v1.8.0