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