From 948cca39e334dde8a3ef04c030f8d691edf30bf8 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 08 三月 2023 09:24:58 +0800
Subject: [PATCH] 身份证正反面调整
---
src/components/seachHeader/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/components/seachHeader/index.vue b/src/components/seachHeader/index.vue
index 2ec306f..d8836b9 100644
--- a/src/components/seachHeader/index.vue
+++ b/src/components/seachHeader/index.vue
@@ -70,6 +70,7 @@
@click="dialogCreate()"
>娣诲姞</el-button
>
+ <el-button type="primary" @click="resetAll">閲嶇疆</el-button>
</el-form-item>
</el-form>
<!-- <div>-->
@@ -138,6 +139,10 @@
this.getCommunityOptions()
},
methods: {
+ resetAll(){
+ this.seachData = {}
+ this.$emit('getUserList', { seachData: this.seachData });
+ },
handleChange(value) {
console.log(value);
},
--
Gitblit v1.8.0