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