From c608d2d56ae8ca8412bdaf3861a3252964e31301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rhett=E9=9C=8D?= <741354752@qq.com> Date: Mon, 30 Dec 2024 09:21:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PoliceWork/RegistVisit/index copy.vue | 249 ---------- src/views/PoliceWork/RegistVisit/index.vue | 454 ++++++++++-------- 2 files changed, 242 insertions(+), 461 deletions(-) delete mode 100644 src/views/PoliceWork/RegistVisit/index copy.vue diff --git a/src/views/PoliceWork/RegistVisit/index copy.vue b/src/views/PoliceWork/RegistVisit/index copy.vue deleted file mode 100644 index 1cbc8b2..0000000 --- a/src/views/PoliceWork/RegistVisit/index copy.vue +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/views/PoliceWork/RegistVisit/index.vue b/src/views/PoliceWork/RegistVisit/index.vue index 2710134..1cbc8b2 100644 --- a/src/views/PoliceWork/RegistVisit/index.vue +++ b/src/views/PoliceWork/RegistVisit/index.vue @@ -1,219 +1,249 @@ - - - - + // 重置搜索调解 + const handleRest = (formEl) => { + queryParams.value = { + name: "", + casecode: "", + brief: "", + state: "1,2", + }; + getLists(); + }; + + + + \ No newline at end of file