From 9fe54cd44c3383a029f71d0c6894d2a5a67cf7df Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Fri, 26 Sep 2025 16:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=AF=BC=E5=87=BAbug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/project/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basic/project/index.vue b/src/views/basic/project/index.vue index 5414530..1384eca 100644 --- a/src/views/basic/project/index.vue +++ b/src/views/basic/project/index.vue @@ -511,7 +511,7 @@ export default { /** 导出按钮操作 */ handleExport() { this.download( - 'basic/project/export', + 'project/export', { ...this.queryParams, },