row.detailsShowing clearing, remove console.logs

This commit is contained in:
ogerly 2021-12-18 21:36:40 +01:00
parent 21f884bb87
commit 147e3c18b9
2 changed files with 3 additions and 5 deletions

View File

@ -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)

View File

@ -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