소스 검색

修改文件名称不出现问题

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}`