mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
reverse array for selected user for table multi creation
This commit is contained in:
parent
1cfcd02067
commit
c4334ace0d
@ -31,7 +31,7 @@
|
||||
v-show="itemsMassCreation.length > 0"
|
||||
class="shadow p-3 mb-5 bg-white rounded"
|
||||
type="UserListMassCreation"
|
||||
:itemsUser="itemsMassCreation"
|
||||
:itemsUser="itemsMassCreationReverse"
|
||||
:fieldsTable="fields"
|
||||
:criteria="null"
|
||||
:creation="creation"
|
||||
@ -105,6 +105,7 @@ export default {
|
||||
],
|
||||
itemsList: [],
|
||||
itemsMassCreation: [],
|
||||
itemsMassCreationReverse: [],
|
||||
radioSelectedMass: '',
|
||||
criteria: '',
|
||||
creation: [null, null, null],
|
||||
@ -161,6 +162,8 @@ export default {
|
||||
default:
|
||||
throw new Error(event)
|
||||
}
|
||||
this.itemsMassCreationReverse = this.itemsMassCreation
|
||||
this.itemsMassCreationReverse.reverse()
|
||||
},
|
||||
removeAllBookmark() {
|
||||
this.itemsMassCreation = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user