Your Name
2022-04-08 06bc1fdbe81da9a723ad9ee1d3d6dd74025b9e18
src/views/safetyproduction/feature.vue
@@ -235,7 +235,7 @@
        };
      } else {
        this.title = "编辑";
        this.form = value;
        this.form=JSON.parse(JSON.stringify(value));
      }
    },
    AddelementManagement() {
@@ -321,8 +321,7 @@
                 }else {
                     this.$message({
                         type: "warning",
                         // message: res.data.message,
                         message: "当前A级要素仍然有已绑定的B级要素,无法删除"
                         message: res.data.message,
                     });
                 }
               });