fix:删除console

This commit is contained in:
zhangyu
2020-10-26 17:03:44 +08:00
parent b26afb9c0d
commit 28dd3a1864
7 changed files with 0 additions and 8 deletions

View File

@@ -967,7 +967,6 @@
}
}
}*/
console.log(ind)
this.searchMsg.searchLabelList.forEach((val, key) => {
if (this.select_list[ind].id == val.id) {
this.searchLabelList.splice(key , 1, val);