Browse Source

Merge branch 'graphEq' of git.sagacloud.cn:web/ibms into graphEq

zhangyu 4 years ago
parent
commit
f9a328777a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

+ 1 - 1
package.json

@@ -20,7 +20,7 @@
   },
   "dependencies": {
     "@saga-web/base": "2.1.27",
-    "@saga-web/cad-engine": "2.0.570",
+    "@saga-web/cad-engine": "2.0.571",
     "@saga-web/draw": "2.1.110",
     "@saga-web/graph": "2.1.129",
     "@saga-web/topology": "1.0.85",

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

@@ -262,7 +262,7 @@ export default {
                         Text: scaleItem.text
                     }
                 }],
-                Projection: ['FloorMap', 'Properties'],
+                Projection: ['StructureInfo', 'Properties'],
             }
             manageUpdateFloor(Param, (res) => {
                 this.$message.success('更新成功')