From 8156f91be13d8929a17fc7568ed72523b6806360 Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Thu, 27 Mar 2025 15:18:16 +0800 Subject: [PATCH] api --- src/api/ManageApi/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/api/ManageApi/index.js b/src/api/ManageApi/index.js index 312c666..ade9791 100644 --- a/src/api/ManageApi/index.js +++ b/src/api/ManageApi/index.js @@ -53,10 +53,7 @@ export function exportBasicInformation(idList) { return request({ url: '/gysl/basicInformation/exportInfo', method: 'post', - params: { idList }, // 作为查询参数传递 - // 或者如果需要放在body中: - // data: { idList }, - responseType: 'blob' + params: { idList }, }); } // 项目详情 规划信息