mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
Merge pull request #7921 from aignatov-bio/ai-sci-11139-fix-position-emit-on-row-selection-storage-locations
Fix position emit in row selection [SCI-11139]
This commit is contained in:
commit
fd94232778
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ export default {
|
|||
watch: {
|
||||
selectedRow() {
|
||||
[[this.selectedColumn]] = this.availableColumns;
|
||||
this.$emit('change', [this.selectedRow, this.selectedColumn]);
|
||||
},
|
||||
selectedColumn() {
|
||||
this.$emit('change', [this.selectedRow, this.selectedColumn]);
|
||||
|
|
Loading…
Add table
Reference in a new issue