From 364d3221b9a8e6dd3a19701d30c4dc4239ef8abf Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 07 二月 2025 11:48:49 +0800 Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1 --- 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 ae84b86..03aac7a 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