瀏覽代碼

已取消批量创建修改

haojianlong 4 年之前
父節點
當前提交
c6c0210716
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/components/business_space/newGraphy/graphy.vue

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

@@ -548,12 +548,12 @@
           }
           text.push(t.localName || t.name)
           let obj = {
-            IspaceId: t.id,
-            RoomLocalName: t.localName || t.name,
-            Outline: [t.outline],
-            BuildingId: this.buildFloor[0],
-            FloorId: this.buildFloor[1],
-            Height: this.spaceHeight
+            ispaceId: t.id,
+            localName: t.localName || t.name,
+            outline: [t.outline],
+            buildingId: this.buildFloor[0],
+            floorId: this.buildFloor[1],
+            height: this.spaceHeight
           }
           if (t.customParam) {
             obj.customParam = t.customParam