修改BUG:点击Table的ID列传递的参数少一个data

This commit is contained in:
Argo-Lenovo 2016-12-26 21:31:33 +08:00
parent ab82113134
commit f76635a34b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
op.dataEntity.load(row);
$(op.table).bootstrapTable('uncheckAll');
$(op.table).bootstrapTable('check', index);
handlerCallback.call(op.src, null, e, { oper: 'edit' });
handlerCallback.call(op.src, null, e, { oper: 'edit', data: row });
$('#' + op.modal).modal("show");
}
}