|
|
@ -787,6 +787,7 @@ export default { |
|
|
|
let obj = this.$refs.myResiSearch.form; |
|
|
|
let categoryArr = this.$refs.myResiSearch.form.categoryKey; |
|
|
|
let agencyId = this.$refs.myResiSearch.form.agencyId; |
|
|
|
|
|
|
|
if ( |
|
|
|
typeof obj.categoryKey == "object" && |
|
|
|
obj.categoryKey.length != 0 |
|
|
@ -801,6 +802,7 @@ export default { |
|
|
|
} else { |
|
|
|
obj.agencyId = ""; |
|
|
|
} |
|
|
|
obj.level = this.$refs.myResiSearch.level ? this.$refs.myResiSearch.level :'' |
|
|
|
this.currentPage = 1; |
|
|
|
this.getTableData(obj); |
|
|
|
|
|
|
@ -1026,7 +1028,9 @@ export default { |
|
|
|
resetSearchForm() { |
|
|
|
for (const n in this.$refs.myResiSearch.form) { |
|
|
|
this.$refs.myResiSearch.form[n] = ""; |
|
|
|
|
|
|
|
} |
|
|
|
this.$refs.myResiSearch.level = '' |
|
|
|
this.getTableData(); |
|
|
|
}, |
|
|
|
async handleExportModule() { |
|
|
|