mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
fix 修复 租户套餐导出路径错误问题
This commit is contained in:
parent
9eb7b433b4
commit
c0ee3182e1
@ -321,7 +321,7 @@ const handleDelete = async (row?: TenantPkgVO) => {
|
||||
/** 导出按钮操作 */
|
||||
const handleExport = () => {
|
||||
proxy?.download(
|
||||
'system/tenantPackage/export',
|
||||
'system/package/export',
|
||||
{
|
||||
...queryParams.value
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user