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"); },