From df4e6ebce60d3e5fd816b6df4bd157b2c03a480c Mon Sep 17 00:00:00 2001 From: shecs <408299694@qq.com> Date: Tue, 4 Jun 2024 18:16:23 +0800 Subject: [PATCH] 11 --- FCL/FineUIPro.Web/Evaluation/EvaluationNew.aspx | 1 + 1 file changed, 1 insertion(+) 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()