Sfoglia il codice sorgente

添加工单来电单位问题:比如我输入安图关键字,下面弹出相关内容,我选择“安图客服”加载不上去,但来回选 择一下又可以了

lihai 7 anni fa
parent
commit
e93099c2c9
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 1 0
      .gitignore
  2. 3 2
      CallCenterWeb.UI/js/comboSelect/jquery.combo.select.js

+ 1 - 0
.gitignore

240
 
240
 
241
 # FAKE - F# Make
241
 # FAKE - F# Make
242
 .fake/
242
 .fake/
243
+CallCenterWeb.UI/js/comboSelect/comboSelect20180803bak问题备份.rar

+ 3 - 2
CallCenterWeb.UI/js/comboSelect/jquery.combo.select.js

218
 				e.preventDefault()
218
 				e.preventDefault()
219
 			})
219
 			})
220
 
220
 
221
-			/* Input: blur */
221
+		    /* Input: blur */
222
 
222
 
223
-//			this.$container.on('blur.input', 'input', $.proxy(this._blur, this))
223
+		    //20180803 修改
224
+			this.$container.on('blur.input', 'input', $.proxy(this._blur, this))
224
 
225
 
225
 			/* Select: change */
226
 			/* Select: change */
226
 
227