From b4a5ab5e4ea385e6323eaac6dd841c9908119c41 Mon Sep 17 00:00:00 2001 From: pengwei Date: Wed, 14 May 2025 17:59:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:1=E3=80=81=E5=9B=BD=E5=AE=B6=E4=BF=A1?= =?UTF-8?q?=E8=AE=BF=E6=8A=95=E8=AF=89=EF=BC=9A=E5=88=97=E8=A1=A8=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96-=E5=85=B7=E4=BD=93=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=AE=BD=E5=BA=A6=E9=80=82=E9=87=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E3=80=81=E6=93=8D=E4=BD=9C=E5=8C=BA=E5=9B=BA=E5=AE=9A=E3=80=82?= =?UTF-8?q?=20=202=E3=80=81=E5=85=AC=E5=AE=89=E9=83=A8=E4=BF=A1=E8=AE=BF?= =?UTF-8?q?=EF=BC=9A=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= =?UTF-8?q?-=E5=85=B7=E4=BD=93=E5=86=85=E5=AE=B9=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E9=80=82=E9=87=8F=E8=B0=83=E6=95=B4=E3=80=81=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E5=8C=BA=E6=8C=89=E9=92=AE=E5=9B=BA=E5=AE=9A=E3=80=82=20=20=20?= =?UTF-8?q?3=E3=80=81=E5=85=AC=E5=AE=89=E9=83=A8=E4=BF=A1=E8=AE=BF?= =?UTF-8?q?=EF=BC=9A=E6=96=B0=E5=A2=9E=E3=80=90=E9=9B=86=E8=AE=BF=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E3=80=91=EF=BC=8C=E6=A0=B9=E6=8D=AE=E4=BF=A1=E8=AE=BF?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=E5=85=B3=E8=81=94=E6=9B=B4=E6=96=B0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=AD=97=E6=AE=B5=E7=8A=B6=E6=80=81=E3=80=82=20=20=20?= =?UTF-8?q?4=E3=80=81=E5=85=AC=E5=AE=89=E9=83=A8=E4=BF=A1=E8=AE=BF?= =?UTF-8?q?=EF=BC=9A=E6=A0=B9=E6=8D=AE=E5=85=B7=E4=BD=93=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=85=B3=E9=94=AE=E5=AD=97=E6=8F=90=E5=8F=96?= =?UTF-8?q?=E5=88=9D=E8=AE=BF=E9=87=8D=E8=AE=BF=E7=8A=B6=E6=80=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/data/petitionComplaint.ts | 9 ++- src/components/data/gab-replenish.vue | 85 +++++++++++++++++++++++++++ src/views/data/Gabxf.vue | 25 +++++++- src/views/data/Gjxf.vue | 2 +- 4 files changed, 116 insertions(+), 5 deletions(-) create mode 100644 src/components/data/gab-replenish.vue diff --git a/src/api/data/petitionComplaint.ts b/src/api/data/petitionComplaint.ts index f09f653..eea6944 100644 --- a/src/api/data/petitionComplaint.ts +++ b/src/api/data/petitionComplaint.ts @@ -6,6 +6,13 @@ export function importPetitionComplaintGab(body) { body }); } +// 补充公安部信访数据 +export function replenishExcelGab(body){ + return request.post({ + url:"/data/petitionComplaint/gab/replenish", + body + }) +} export function importPetitionComplaintGj(body) { return request.post({ @@ -54,4 +61,4 @@ export function distributePetitionComplaint(body) { url: `/data/petitionComplaint/distribute`, body }); -} \ No newline at end of file +} diff --git a/src/components/data/gab-replenish.vue b/src/components/data/gab-replenish.vue new file mode 100644 index 0000000..58611c5 --- /dev/null +++ b/src/components/data/gab-replenish.vue @@ -0,0 +1,85 @@ + + + + + diff --git a/src/views/data/Gabxf.vue b/src/views/data/Gabxf.vue index 58663e8..955e5ef 100644 --- a/src/views/data/Gabxf.vue +++ b/src/views/data/Gabxf.vue @@ -93,6 +93,7 @@ 数据导入 + 数据补充 - +