Browse Source

修改空间信息无法置空bug

haojianlong 5 years ago
parent
commit
0552d2a2f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/business_space/business/handsontable.vue

+ 0 - 1
src/components/business_space/business/handsontable.vue

@@ -454,7 +454,6 @@ export default {
           this.$message.success('修改成功')
         })
       } else {
-        param.data.Projection = []
         updateZone(param, (res) => { })
       }
     },