BUG 25790
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
res.data.records.forEach(e => {
|
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) {
|
if (this.current > 1 && this.current > res.data.pages) {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user