Update groupTagsMixin.js

This commit is contained in:
physton
2024-03-22 17:18:37 +08:00
parent 90bc20f3c3
commit 5fb24f4c69

View File

@@ -340,7 +340,6 @@ export default {
find = tag.originalValue === name || (output_name && tag.originalValue === output_name)
}
if (find) {
console.log("1")
indexes.push(index)
}
}