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}` );