BUG 25790

This commit is contained in:
aixianling
2021-12-24 10:13:23 +08:00
parent 277fed0381
commit d40c89cb81

View File

@@ -51,7 +51,7 @@ export default {
}).then(res => {
if (res?.data) {
res.data.records.forEach(e => {
e.cellName = `${e.communityName + e.buildingNumber}${e.unitNumber}单元`
e.cellName = `${e.communityName + e.buildingNumber}`
})
if (this.current > 1 && this.current > res.data.pages) {
return