Issues #152: done.

This commit is contained in:
chiayin
2023-11-10 14:44:58 +08:00
parent 99e30a1adc
commit 0e6bbd2e20

View File

@@ -82,7 +82,7 @@ export default {
} }
this.$toast.success('Filter(s) deleted.'); this.$toast.success('Filter(s) deleted.');
}else{ }else{
this.$toast.success(`Delete ${this.ruleData[index].label}.`); this.$toast.success(`Filter deleted.`);
this.temporaryData.splice(index, 1); this.temporaryData.splice(index, 1);
this.isRuleData.splice(index, 1); this.isRuleData.splice(index, 1);
this.ruleData.splice(index, 1); this.ruleData.splice(index, 1);