NEZ-1351 fix: 修改searchInput下拉类 无法删除的问题
This commit is contained in:
@@ -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 == '') {
|
||||
|
||||
Reference in New Issue
Block a user