diff --git a/FCL/FineUIPro.Web/Evaluation/EvaluationNew.aspx b/FCL/FineUIPro.Web/Evaluation/EvaluationNew.aspx index 3dde025..1a67793 100644 --- a/FCL/FineUIPro.Web/Evaluation/EvaluationNew.aspx +++ b/FCL/FineUIPro.Web/Evaluation/EvaluationNew.aspx @@ -215,6 +215,7 @@ var target = $(event.target); var cellEl = target.closest('.f-grid-cell'); var rowId = grid1.getRowId(cellEl); + console.log(rowId); var columnId = grid1.getColumnId(cellEl); var columnName = grid1.getColumn(columnId).columnId; //获取控件值1()