|
@@ -213,7 +213,7 @@ export default {
|
|
this.loadOtherImg(this.floorRadio)
|
|
this.loadOtherImg(this.floorRadio)
|
|
}
|
|
}
|
|
this.alreadyRelatedModel = res.content.map((t) => {
|
|
this.alreadyRelatedModel = res.content.map((t) => {
|
|
- if (t.floorID != this.FloorID) return t.modelId
|
|
|
|
|
|
+ if (t.id != this.FloorID) return t.modelId
|
|
this.sign = t.Sign > 0
|
|
this.sign = t.Sign > 0
|
|
this.FloorName = t.localName || t.name
|
|
this.FloorName = t.localName || t.name
|
|
this.$refs.drawFloor.buildFloorName = `${this.BuildName}-${this.FloorName}`
|
|
this.$refs.drawFloor.buildFloorName = `${this.BuildName}-${this.FloorName}`
|