code tidy, yarn lint

This commit is contained in:
ogerly 2021-12-19 10:45:58 +01:00
parent 49fa943063
commit 02a211a7fe

View File

@ -189,9 +189,6 @@ export default {
}, },
methods: { methods: {
rowDetailsToogle(row, details) { rowDetailsToogle(row, details) {
console.log('row', row)
console.log('details', details)
if (details) { if (details) {
row.toggleDetails() row.toggleDetails()
} }
@ -201,12 +198,6 @@ export default {
this.$refs.showing_detals_true.click() this.$refs.showing_detals_true.click()
} }
} }
//else {
// if (this.$refs.showing_detals_true) {
// this.$refs.showing_detals_true.click()
// }
// row.toggleDetails()
//}
}, },
overlayShow(bookmarkType, item) { overlayShow(bookmarkType, item) {
this.overlay = true this.overlay = true