fix item selection issue

This commit is contained in:
raishvaria
2019-11-12 10:20:57 +05:30
parent a68fd4f71e
commit 418ad89087
4 changed files with 26 additions and 4 deletions

View File

@ -126,6 +126,7 @@ export default {
this.$emit('search', val)
},
openItemModal () {
this.$emit('onSelectItem')
this.openModal({
'title': 'Add Item',
'componentName': 'ItemModal'