close all showDetails prepared

This commit is contained in:
ogerly 2021-12-17 13:22:16 +01:00
parent 8545e27a23
commit 6e9b65b6e0

View File

@ -244,6 +244,10 @@ export default {
})
},
editCreationUserTable(row, rowItem) {
this.currentItems.forEach(item => {
this.$set(item, '_showDetails', false)
})
if (!row.detailsShowing) {
this.creationUserData = rowItem
} else {