From 88ba348242b29b364108d02c88db53b811ceb004 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Mon, 24 Nov 2025 21:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/console/data/NewRegulatory.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue b/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue index a87d8d5..39d8a97 100644 --- a/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue +++ b/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue @@ -172,7 +172,7 @@ export default { ElMessage.info( `选取的行号${rowId}` ); }; - const tableRowClassName = ( row: any, rowIndex: any ): void => + const tableRowClassName = ( {row, rowIndex} ): void => { console.log( `行${row}设置行号${rowIndex}` );