From 590794315aa2dff6b91354c83c9e7a1e7c908ff0 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 30 六月 2023 19:59:42 +0800 Subject: [PATCH] 代码整合 --- Source/UBCS-WEB/src/api/resource/file.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/api/resource/file.js b/Source/UBCS-WEB/src/api/resource/file.js index d9c2076..e9d0482 100644 --- a/Source/UBCS-WEB/src/api/resource/file.js +++ b/Source/UBCS-WEB/src/api/resource/file.js @@ -36,12 +36,18 @@ }) } -export const download = (fileOids) => { +export const download = (data) => { return request({ url: '/api/ubcs-resource/fileController/downloadFilesByOids', method: 'post', +<<<<<<< HEAD // headers:{'Content-Type':'application/x-www-form-urlencoded'}, params: fileOids +======= + headers:{'Content-Type':'application/x-www-form-urlencoded;charset=UTF-8'}, + data: data + +>>>>>>> 3e35833e70a7532d4ae8da0dcd905627230f2b2c }) } -- Gitblit v1.9.3