From 144a4d5866df53bf87d3b9fe82b58bddf9c59bba Mon Sep 17 00:00:00 2001
From: limengnan <420004014@qq.com>
Date: Tue, 7 Apr 2026 09:25:54 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E6=96=B9?=
=?UTF-8?q?=E6=B3=95=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E5=B7=A5=E7=A8=8B=E6=96=B9=E6=B3=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/api/business/project/index.ts | 20 +++-
.../src/views/business/project/index.vue | 104 +++++++++++++++---
2 files changed, 103 insertions(+), 21 deletions(-)
diff --git a/business-css/frontend/src/api/business/project/index.ts b/business-css/frontend/src/api/business/project/index.ts
index de1559e..95068bb 100644
--- a/business-css/frontend/src/api/business/project/index.ts
+++ b/business-css/frontend/src/api/business/project/index.ts
@@ -104,11 +104,23 @@ export function simulationRun(projectId:string,scenarioId:string, data:any){
-//新增项目
-export function exportAllExports(){
+
+
+export function exportAllExports(queryParams: any) {
return request({
- url:'/projects/exportAllExports' ,
- method: 'get'
+ url: '/projects/exportAllExports',
+ method: 'get',
+ params: queryParams,
+ responseType: 'arraybuffer'
+ });
+}
+export function exportProject(queryParams: any) {
+ return request({
+ url: '/projects/'+queryParams.projectId+'/exportProject',
+ method: 'get',
+ params: queryParams,
+ responseType: 'arraybuffer'
});
}
+
diff --git a/business-css/frontend/src/views/business/project/index.vue b/business-css/frontend/src/views/business/project/index.vue
index f54ce74..faa0f81 100644
--- a/business-css/frontend/src/views/business/project/index.vue
+++ b/business-css/frontend/src/views/business/project/index.vue
@@ -7,17 +7,17 @@ export default {
@@ -238,12 +297,23 @@ function closeAntvx6() {
搜索
-