fix 修复 租户套餐导出路径编写错误

Signed-off-by: 疯狂的狮子Li <15040126243@163.com>
This commit is contained in:
疯狂的狮子Li 2024-08-26 12:29:29 +00:00 committed by Gitee
parent 34b929d352
commit e1860a30fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -321,7 +321,7 @@ const handleDelete = async (row?: TenantPkgVO) => {
/** 导出按钮操作 */ /** 导出按钮操作 */
const handleExport = () => { const handleExport = () => {
proxy?.download( proxy?.download(
'system/package/export', 'system/tenant/package/export',
{ {
...queryParams.value ...queryParams.value
}, },