This commit is contained in:
@@ -889,12 +889,10 @@ export default {
|
||||
},
|
||||
unDeleteItem() {
|
||||
this.value.items[this.activeItemIndex].deleted = false;
|
||||
|
||||
this.setDefaultView();
|
||||
},
|
||||
deleteItem() {
|
||||
this.value.items[this.activeItemIndex].deleted = true;
|
||||
|
||||
this.setDefaultView();
|
||||
this.$emit("change");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user