shaun-sheep 5 years ago
parent
commit
4c72a15db0
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/components/business_space/business/handsontable.vue

+ 2 - 4
src/components/business_space/business/handsontable.vue

@@ -509,12 +509,10 @@
       //   this.$message.success("添加成功!")
       //   this.getData()
       // })
-      let {ObjectType, ...msg} = param;
-      msg.ZoneType = ObjectType;
-      zoneCreate(msg, res => {
+
+      zoneCreate(params, res => {
         this.$message.success("添加成功!")
         this.getData()
-        this.getZoneMessage(params)
       })
     },
     // 修改