mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
code tidy, yarn lint
This commit is contained in:
parent
49fa943063
commit
02a211a7fe
@ -189,24 +189,15 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
rowDetailsToogle(row, details) {
|
||||
console.log('row', row)
|
||||
console.log('details', details)
|
||||
|
||||
if (details) {
|
||||
row.toggleDetails()
|
||||
}
|
||||
if (!details) {
|
||||
if (!details) {
|
||||
row.toggleDetails()
|
||||
if ( this.$refs.showing_detals_true !== undefined) {
|
||||
this.$refs.showing_detals_true.click()
|
||||
if (this.$refs.showing_detals_true !== undefined) {
|
||||
this.$refs.showing_detals_true.click()
|
||||
}
|
||||
}
|
||||
//else {
|
||||
// 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