소스 검색

修改空间信息无法置空bug

haojianlong 5 년 전
부모
커밋
0552d2a2f7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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) => { })
       }
     },