fix 修复 租户套餐导出路径错误问题
This commit is contained in:
parent
9eb7b433b4
commit
c0ee3182e1
@ -321,7 +321,7 @@ const handleDelete = async (row?: TenantPkgVO) => {
|
|||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
const handleExport = () => {
|
const handleExport = () => {
|
||||||
proxy?.download(
|
proxy?.download(
|
||||||
'system/tenantPackage/export',
|
'system/package/export',
|
||||||
{
|
{
|
||||||
...queryParams.value
|
...queryParams.value
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user