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 @@