项目导出bug修复

This commit is contained in:
liang.chao 2025-09-26 16:27:58 +08:00
parent 6095f3345e
commit 9fe54cd44c
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'basic/project/export', 'project/export',
{ {
...this.queryParams, ...this.queryParams,
}, },