Commit 5541df19 by wancheng

回车优化

parent 42d83246
......@@ -429,7 +429,6 @@ function drawGrid(blockId, jsonObj, gridIdSuffix, descNameInited) {
*/
function downKeyUp() {
window.document.addEventListener("keyup", function (event) {
debugger;
if (event.keyCode === 13) {
var grid1 = $("#ef_grid_result").data("kendoGrid");
var grid2 = $("#ef_grid_detail").data("kendoGrid");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment