浏览代码

修改文件名称不出现问题

haojianlong 4 年之前
父节点
当前提交
a77ae4e121
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

+ 1 - 1
src/views/ready/buildfloor/repetitionGraphy.vue

@@ -213,7 +213,7 @@ export default {
           this.loadOtherImg(this.floorRadio)
         }
         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.FloorName = t.localName || t.name
           this.$refs.drawFloor.buildFloorName = `${this.BuildName}-${this.FloorName}`