fix 修复 租户套餐导出路径错误问题

This commit is contained in:
疯狂的狮子Li 2024-08-08 18:19:18 +08:00
parent 9eb7b433b4
commit c0ee3182e1

View File

@ -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
}, },