fix: 删除 console

This commit is contained in:
zhangyu
2021-12-07 17:53:23 +08:00
parent eb77fd22a8
commit 9567944859
12 changed files with 4 additions and 20 deletions

View File

@@ -1098,7 +1098,6 @@ export default {
}
}
} else {
console.log(this.searchMsg.searchLabelList.find(key => this.select_list[this.sreach_num].label == key.label))
if (keyCode == 8) {
if (this.delcriteriaBool || !this.input_sreach) {
this.searchMsg.searchLabelList.forEach((val, k) => {