diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 2128d2347..52c3586bd 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -678,8 +678,7 @@ export default { async diyExport() { await this.getExportList(); - console.log(this.$refs['']); - }, + }, handleDiyClose() { this.diyDialog = false; @@ -861,6 +860,7 @@ export default { this.$refs.myResiSearch.form.specialCategoryCodes = []; this.currentPage = 1; this.$refs.myResiSearch.level = ""; + this.searchForm = null; this.getTableData(); }, async handleExport() {