فهرست منبع

业务空间名称undefined问题

haojianlong 4 سال پیش
والد
کامیت
32f87c0d95
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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],