From 6e9b65b6e0c20958f5f5add1303cdf8de4564144 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 17 Dec 2021 13:22:16 +0100 Subject: [PATCH] close all showDetails prepared --- admin/src/components/UserTable.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue index 4a8ca8e84..85d10238b 100644 --- a/admin/src/components/UserTable.vue +++ b/admin/src/components/UserTable.vue @@ -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 {