bug
This commit is contained in:
@@ -72,8 +72,7 @@ export default {
|
||||
linksageDate: this.search.linksageDate,
|
||||
residentName : this.search.residentName
|
||||
},
|
||||
})
|
||||
.then((res) => {
|
||||
}).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user