update: 修复角色管理系列问题,解决页面打不开按钮功能失效等问题!!

This commit is contained in:
puhui999
2023-03-27 12:02:43 +08:00
parent e08dcc9d8d
commit 581b301eed
5 changed files with 20 additions and 15 deletions

View File

@ -228,7 +228,7 @@ const handleExport = async () => {
await message.exportConfirm()
// 发起导出
exportLoading.value = true
const data = await RoleApi.exportPostApi(queryParams)
const data = await RoleApi.exportRole(queryParams)
download.excel(data, '角色列表.xls')
} catch {
} finally {