点击插入时 出现错误;自定义JS错误 : this.editorEl.getEditValue is not a function但是我的代码里没有这一句啊:setTimeout(function(){
var aa=contentPane.getWidgetByName("A8"); //获取扫码框
var abcde=FR.cellStr2ColumnRow(aa.options.location); //获取扫码框定位
var tc = abcde.col; //列号
var tr = abcde.row; //获取行号
var tdCell = null; //空单元格
tdCell = contentPane.curLGP.getTDCell(tc, tr);
contentPane.curLGP.selectTDCell(tdCell);
aa.editComp.focus();
},1)