From e9c7fa1915cd2afbadaef1884324fa7cd5aaaf25 Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期二, 29 七月 2025 10:12:06 +0800 Subject: [PATCH] Merge branch 'dev_y_ztns' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev_y_ztns --- src/api/business/insReport.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/api/business/insReport.js b/src/api/business/insReport.js index 896d9b2..50e5a93 100644 --- a/src/api/business/insReport.js +++ b/src/api/business/insReport.js @@ -57,3 +57,14 @@ data: query }) } + +// 鎶ュ憡瀵煎嚭 +export function reportAllExport(query) { + return request({ + url: '/insReport/reportAllExport', + method: 'get', + params: query, + responseType: "blob" + }) +} + -- Gitblit v1.9.3