From 167518ff85d2ac09cf6bd79ea3cb2175aff932df Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 5 Jan 2026 10:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E8=AE=BF=E6=B6=89=E8=AF=89--=E4=BF=A1?= =?UTF-8?q?=E4=BB=B6=E6=9F=A5=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/data/complaintCollection.ts | 10 + src/components/data/complaintformdialog.vue | 232 ++++++++++++++++++-- 2 files changed, 226 insertions(+), 16 deletions(-) diff --git a/src/api/data/complaintCollection.ts b/src/api/data/complaintCollection.ts index a3197fa..c4e0349 100644 --- a/src/api/data/complaintCollection.ts +++ b/src/api/data/complaintCollection.ts @@ -43,4 +43,14 @@ export function watchDetail(body) { url: `/data/complaintCollection/watchDetail`, body }); +} + +/** + * 查重 + */ +export function maileRepeatt(body) { + return request.post({ + url: `/data/complaintCollection/maileRepeatt`, + body + }); } \ No newline at end of file diff --git a/src/components/data/complaintformdialog.vue b/src/components/data/complaintformdialog.vue index df68d6d..601a7c6 100644 --- a/src/components/data/complaintformdialog.vue +++ b/src/components/data/complaintformdialog.vue @@ -110,23 +110,33 @@ - - + + + + + + + - - - - + 查重 + + @@ -245,11 +255,101 @@ + + + + + +
+ + + + + + +
+ 当前身份证号: + {{ model.responderIdCode }} +
+ + + + + + + + + + + + + + +
+