移除日志

pull/733/head
lyswhut 2021-12-04 01:44:20 +08:00
parent 07d200a752
commit 162842415f
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ export default {
this.removeAllSelect()
this.selectedData = [...this.listInfo.list]
let nodes = this.$refs.dom_tbody.childNodes
console.log(nodes)
// console.log(nodes)
for (const node of nodes) {
if (node.tagName != 'TR') continue
node.classList.add('active')