hanbaoshan
2020-12-29 6a2876551a48aed05e2955da55e244108993b366
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;