修复历史清空按钮显示

This commit is contained in:
buvta
2021-01-22 19:00:58 +08:00
parent e3bc519128
commit 6bfeb9fcd8

View File

@@ -211,6 +211,7 @@ export default {
removeSelectedItems () {
if (!this.multipleSelection.length) this.multipleSelection = this.history
this.multipleSelection.forEach(e => history.remove(e.id))
this.multipleSelection = []
this.getAllhistory()
this.updateDatabase()
},