From ef7d7d3d2f75cc7d9bddc0d8f62c59c3518402a0 Mon Sep 17 00:00:00 2001
From: HanLong <404402223@qq.com>
Date: Wed, 28 Jan 2026 10:57:33 +0800
Subject: [PATCH] =?UTF-8?q?fix:[=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86][?=
=?UTF-8?q?=E4=BE=9B=E8=AF=95=E5=93=81=E6=A1=A3=E6=A1=88]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/business/gsp/gsp.js | 9 +++++++++
src/views/business/archive/gsp/comps/ffjlList.vue | 2 +-
src/views/business/archive/gsp/comps/gspList.vue | 14 +++++++-------
src/views/business/resource/gsp/comps/gsp/Xq.vue | 9 ++++++++-
src/views/business/resource/gsp/comps/gspList.vue | 18 +++++++++---------
5 files changed, 34 insertions(+), 18 deletions(-)
diff --git a/src/api/business/gsp/gsp.js b/src/api/business/gsp/gsp.js
index 5750ed8..28975cc 100644
--- a/src/api/business/gsp/gsp.js
+++ b/src/api/business/gsp/gsp.js
@@ -209,4 +209,13 @@ export function jy(data) {
method: 'post',
data: data
})
+}
+
+//导出
+export function exportDetail(query) {
+ return request({
+ url: '/system/business/gsp/exportDetail',
+ method: 'get',
+ params: query
+ })
}
\ No newline at end of file
diff --git a/src/views/business/archive/gsp/comps/ffjlList.vue b/src/views/business/archive/gsp/comps/ffjlList.vue
index 7611f1b..ce8dd70 100644
--- a/src/views/business/archive/gsp/comps/ffjlList.vue
+++ b/src/views/business/archive/gsp/comps/ffjlList.vue
@@ -70,7 +70,7 @@
{{ scope.row.rkl }} {{ scope.row.rkldw }}
-
diff --git a/src/views/business/archive/gsp/comps/gspList.vue b/src/views/business/archive/gsp/comps/gspList.vue
index 3c215d9..c165abf 100644
--- a/src/views/business/archive/gsp/comps/gspList.vue
+++ b/src/views/business/archive/gsp/comps/gspList.vue
@@ -23,18 +23,18 @@
-
-
-
+
+
+
-
-
-
+
+
+
@@ -60,7 +60,7 @@
-
+
{{ $t('page.business.resource.resource.zjzt.rk') }}
diff --git a/src/views/business/resource/gsp/comps/gsp/Xq.vue b/src/views/business/resource/gsp/comps/gsp/Xq.vue
index 5745b48..94e267a 100644
--- a/src/views/business/resource/gsp/comps/gsp/Xq.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Xq.vue
@@ -129,7 +129,7 @@