From 405824c032cca0440f2e1ea58275e437ffe53730 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 8 Jun 2026 11:15:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=BF=9B=E7=AA=97?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/entryWindow/index.ts | 10 ++++++++++ src/views/entryWindow/index.vue | 17 ++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/api/entryWindow/index.ts b/src/api/entryWindow/index.ts index 63524b1..29bc383 100644 --- a/src/api/entryWindow/index.ts +++ b/src/api/entryWindow/index.ts @@ -11,3 +11,13 @@ export const recessedData=(body)=>{ body }) } +export const excelEntryWindowList = (body) => { + return request.post({ + url: '/reportProject/excelEntryWindowList', + body, + config: { + excelName: '进退窗项目列表.xlsx' + }, + showErrorMsg: true + }) +} \ No newline at end of file diff --git a/src/views/entryWindow/index.vue b/src/views/entryWindow/index.vue index fbd924c..b1e7dfb 100644 --- a/src/views/entryWindow/index.vue +++ b/src/views/entryWindow/index.vue @@ -1,5 +1,5 @@