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({