heyujie
2022-07-18 1a783e0a2068b1a99efb7a078f4a615f68dec18f
src/views/hashrate/CameraManage/CameraRules/components/RuleItem.vue
@@ -192,8 +192,8 @@
    delSdk(index) {
      this.rule.rules.splice(index, 1);
      if (this.rule.rules[index]) {
        this.rule.rules[index].rule_with_pre = "";
      if (this.rule.rules.length == 1) {
        this.rule.rules[0].rule_with_pre = "";
      }
      this.update();
@@ -219,6 +219,7 @@
          }
        });
      } else {
        delete this.rule.camera_polygons;
        saveLinkScene(this.rule).then((rsp) => {
          if (rsp && rsp.success) {
            this.$notify({