Browse Source

业务空间名称undefined问题

haojianlong 4 years ago
parent
commit
32f87c0d95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/business_space/newGraphy/graphy.vue

+ 1 - 1
src/components/business_space/newGraphy/graphy.vue

@@ -430,7 +430,7 @@
           // 绘制业务空间
           let tempArr = this.BSPRelaISPList.map((t, i) => {
             return {
-              RoomLocalName: t.localName,
+              RoomLocalName: t.localName || t.name,
               OutLine: t.outline,
               RoomID: t.id,
               Color: colorArr[i % colorArr.length],