NEZ-1351 fix: 修改searchInput下拉类 无法删除的问题

This commit is contained in:
zhangyu
2021-11-25 16:31:53 +08:00
parent 7ca733dfe1
commit 02970c1405

View File

@@ -1097,7 +1097,7 @@ export default {
setTimeout('document.getElementById("one-input").focus()', 500)
this.input_list = false
this.delcriteriaBool = false
} else if(this.searchMsg.searchLabelList.find(key => this.select_list[this.sreach_num].label == key.label).readonly) {
} else if (this.searchMsg.searchLabelList.find(key => this.select_list[this.sreach_num].label == key.label).readonly) {
this.input_sreach = ''
} else {
if (this.input_sreach == '') {