hanbaoshan
2020-12-24 bdc01327df1bfd88e2024175532a657d2170c13f
src/pages/panoramicView/components/RelateCamera.vue
@@ -295,7 +295,8 @@
    editGroup (group) {
      this.groupModelVisible = true;
      //this.$refs['groupForm'].resetFields();
      this.groupForm = group;
      //this.groupForm = group;
      this.groupForm = JSON.parse(JSON.stringify(group));
    },
    removeGroup (group) {
      let _this = this;