1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

build: resolved dependency conflicts

This commit is contained in:
2022-01-16 11:50:35 +01:00
parent 8fb1f0803e
commit f28531a225
3 changed files with 4 additions and 6 deletions

View File

@ -403,7 +403,7 @@ export default {
};
this.$emit('update-field', params);
},
copyCell (event) {
copyCell () {
const row = this.localResults.find(row => this.selectedRows.includes(row._antares_id));
const cellName = Object.keys(row).find(prop => [
this.selectedCell.field,