bug修改

This commit is contained in:
xk_chenlianjie
2024-02-04 10:12:21 +08:00
parent ad61e9693b
commit 9682a02cd8
7 changed files with 79 additions and 36 deletions

View File

@@ -79,7 +79,7 @@ export default {
exportExcel(page) {
// 导出
return request({
url: `/${service_name}/${group_name}/exportWeb`,
url: `/${service_name}/${group_name}/getByPageExport`,
method: 'post',
data: page,
responseType: 'blob'