From ab8a7077f531e6081f1e8486d9534b11f54dfe5e Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期六, 18 三月 2023 17:35:43 +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