NEZ- 1016 fix:(dev-2.1) 搜索框 删除搜索条件 后导致显示错误的问题

This commit is contained in:
zhangyu
2021-09-22 09:52:19 +08:00
parent 724c4ab720
commit 87d5def9bc

View File

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