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() {
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() {

Loading…
Cancel
Save