Browse Source

修改空间字段小写

haojianlong 4 years ago
parent
commit
3d2017a5d0

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

@@ -994,7 +994,7 @@
     relationInBSPandISP(SpaceId, IspaceIdList) {
       let ObjectType = this.tab.code == 'OtherZone' ? this.OtherValue : this.tab.code;
       let pa = {
-        data: { SpaceId: SpaceId, IspaceIdList: IspaceIdList },
+        data: { spaceId: SpaceId, ispaceIdList: IspaceIdList },
         type: ObjectType
       }
       createRelateInZoneAndISp(pa, res => {

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

@@ -289,6 +289,7 @@ export default {
         this.$message.success('更新成功')
         this.step = -1;
         this.baseImgItem.globalAlpha = 1
+        this.baseImgItem.moveable = false;
         scaleItem.show()
         this.removeLast()
         this.$refs.drawFloor.fit()