xuhongjie
严飞永 1 month ago
parent 711c8fa4b6
commit 8156f91be1

@ -53,10 +53,7 @@ export function exportBasicInformation(idList) {
return request({ return request({
url: '/gysl/basicInformation/exportInfo', url: '/gysl/basicInformation/exportInfo',
method: 'post', method: 'post',
params: { idList }, // 作为查询参数传递 params: { idList },
// 或者如果需要放在body中
// data: { idList },
responseType: 'blob'
}); });
} }
// 项目详情 规划信息 // 项目详情 规划信息

Loading…
Cancel
Save