导出bug

This commit is contained in:
2025-09-04 20:51:44 +08:00
parent 9937e13a03
commit 83b8cfd6b3

View File

@@ -62,6 +62,6 @@ export const EmployeeHostsApi = {
// 导出员工分配主播 Excel
exportEmployeeHosts: async (params) => {
return await request.download({ url: `/server/employee-hosts/export-excel`, params })
return await request.download({ url: `/server/employee-hosts/export-employee-excel`, params })
}
}