This commit is contained in:
@@ -256,7 +256,10 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
isDeleted: function() {
|
||||
console.trace("woitems isDeleted:", this.activeItemIndex);
|
||||
if (this.value.items[activeItemIndex] == null) {
|
||||
this.setDefaultView();
|
||||
return true;
|
||||
}
|
||||
return this.value.items[this.activeItemIndex].deleted === true;
|
||||
},
|
||||
headerList: function() {
|
||||
|
||||
Reference in New Issue
Block a user