Files
shzg_projectManage/src/utils/tableHelper.js
2026-01-27 09:27:46 +08:00

5 lines
103 B
JavaScript

export const tableInfoRowClick = (row, ref) => {
console.log(row, ref);
ref.setCurrentRow(row);
};