Browse Source

重置后导出参数为置空问题

feature
mk 1 year ago
parent
commit
e04b422435
  1. 4
      src/views/modules/base/resi.vue

4
src/views/modules/base/resi.vue

@ -678,8 +678,7 @@ export default {
async diyExport() { async diyExport() {
await this.getExportList(); await this.getExportList();
console.log(this.$refs['']); },
},
handleDiyClose() { handleDiyClose() {
this.diyDialog = false; this.diyDialog = false;
@ -861,6 +860,7 @@ export default {
this.$refs.myResiSearch.form.specialCategoryCodes = []; this.$refs.myResiSearch.form.specialCategoryCodes = [];
this.currentPage = 1; this.currentPage = 1;
this.$refs.myResiSearch.level = ""; this.$refs.myResiSearch.level = "";
this.searchForm = null;
this.getTableData(); this.getTableData();
}, },
async handleExport() { async handleExport() {

Loading…
Cancel
Save