BUG 29243

This commit is contained in:
2022-04-22 10:33:49 +08:00
parent b7104acd58
commit d697c5213f
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ export default {
},
data() {
return {
search: {name: "", ids: ""},
search: {residentName: "", ids: ""},
page: {current: 1, size: 10, total: 0},
tableData: [],
dialog: false,