From abfb84c633a2bd1773cf9be27e753f787f1ed641 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 07 二月 2025 11:48:18 +0800 Subject: [PATCH] ll --- admin/src/api/store/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin/src/api/store/index.js b/admin/src/api/store/index.js index bcd9b21..0b2aa17 100644 --- a/admin/src/api/store/index.js +++ b/admin/src/api/store/index.js @@ -7,7 +7,8 @@ } export function ywOutinboundEx (data) { return request.post('/visitsAdmin/cloudService/business/ywOutinbound/exportExcel', data, { - trim: true + trim: true, + download: true }) } export function ywOutinboundDetail (id) { -- Gitblit v1.9.3