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