fix:搜索框删除标签后显示异常bug修复

This commit is contained in:
wangwenrui
2020-05-19 18:22:22 +08:00
parent 431f3e376b
commit 958cd3dc2f
4 changed files with 12 additions and 7 deletions

View File

@@ -1061,8 +1061,7 @@
}*/
this.searchMsg.searchLabelList.forEach((val, key) => {
if (this.select_list[ind].id == val.id) {
this.searchLabelList.splice(key + 1, 0, val);
this.searchLabelList.splice(key , 1, val);
this.Iskeywords(ind)
}
});