diff --git a/src/runtime/components/BitinflowTable.vue b/src/runtime/components/BitinflowTable.vue index 3041978..b122e7f 100644 --- a/src/runtime/components/BitinflowTable.vue +++ b/src/runtime/components/BitinflowTable.vue @@ -103,7 +103,7 @@ {{ option.label }} @@ -189,6 +189,10 @@ export default { }, click(item) { this.$emit('click', item); + }, + clickOption(option) { + option.action(this.selectedItems) + this.selectAll(false) } } }