From 9dd303cf56e3e14f2b84188d882e19148dab2c7f Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 27 Nov 2025 16:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 4 ++-- .../remoteVerificationRecord/index.vue | 15 +++------------ 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 7dd0bf1..f691a3d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -4,9 +4,9 @@
-
+

{{ title }}

diff --git a/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue b/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue index b92efc8..db7a15e 100644 --- a/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue +++ b/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue @@ -258,6 +258,8 @@ pageSize: 10, name:null,//姓名 certificateNo:null,//证件编号 + certificateType:null, + verifyState:null, } this.resetForm("queryForm"); this.handleQuery(); @@ -288,18 +290,7 @@ // 表单重置 reset() { this.baseForm = { - deptId:null, - name:"", - idNumber:"", - birthday:"", - birthAddr:"", - certificateType:"", - certificateTypeName:"", - certificateNo:"", - issueAddr:"", - issueDay:"", - issueLifespan:"", - isEle:"0",isCreate:"0" + }; this.resetForm("baseForm"); },