From cec9008c7bdbb373c400d53330642be3891a84d5 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 24 二月 2023 16:56:57 +0800 Subject: [PATCH] 2023/2/24 肖辉 屏蔽门前三包统计 修改重置按钮 --- 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