mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
row.detailsShowing clearing, remove console.logs
This commit is contained in:
parent
21f884bb87
commit
147e3c18b9
@ -204,8 +204,6 @@ export default {
|
||||
// Die anzahl der Mitglieder aus der Mehrfachschöpfung
|
||||
const i = Object.keys(this.itemsMassCreation).length
|
||||
// hinweis das eine Mehrfachschöpfung ausgeführt wird an (Anzahl der MItgleider an die geschöpft wird)
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('SUBMIT CREATION => ' + this.type + ' >> für VIELE ' + i + ' Mitglieder')
|
||||
this.submitObj = [
|
||||
{
|
||||
item: this.itemsMassCreation,
|
||||
@ -216,8 +214,6 @@ export default {
|
||||
moderator: this.$store.state.moderator.id,
|
||||
},
|
||||
]
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('MehrfachSCHÖPFUNG ABSENDEN FÜR >> ' + i + ' Mitglieder')
|
||||
|
||||
// $store - offene Schöpfungen hochzählen
|
||||
this.$store.commit('openCreationsPlus', i)
|
||||
|
||||
@ -189,10 +189,12 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
rowDetailsToogle(row) {
|
||||
if (this.$refs.showing_detals_false) {
|
||||
row.toggleDetails()
|
||||
}
|
||||
if (this.$refs.showing_detals_true) {
|
||||
this.$refs.showing_detals_true.click()
|
||||
}
|
||||
row.toggleDetails()
|
||||
},
|
||||
overlayShow(bookmarkType, item) {
|
||||
this.overlay = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user