fixed BUG in #123 item tags
This commit is contained in:
parent
84f9ac57f3
commit
c0106b11d2
|
@ -47,7 +47,7 @@ class ItemTags {
|
|||
}
|
||||
|
||||
addItemTag() {
|
||||
this.itemTags.push({value: null, itemFk: this.item.id, tagFk: null, showAddIcon: true});
|
||||
this.itemTags.push({value: null, itemFk: this.itemId, tagFk: null, showAddIcon: true});
|
||||
this._setIconAdd();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue