@@ -172,7 +172,7 @@ const tableData = ref([
])
//表格行被点击
-const tableRowClick = ({ row, index }) => {
+const tableRowClick = ({ row }) => {
}