Files
shzg_projectManage/src/utils/tableHelper.js

5 lines
103 B
JavaScript
Raw Normal View History

2026-01-27 09:27:46 +08:00
export const tableInfoRowClick = (row, ref) => {
console.log(row, ref);
ref.setCurrentRow(row);
};