perf: use table action

This commit is contained in:
xingyu4j
2025-05-19 17:58:06 +08:00
parent f3c5f4d22b
commit 52ae513e1c
37 changed files with 866 additions and 1259 deletions

View File

@@ -19,11 +19,6 @@ const [DetailModal, detailModalApi] = useVbenModal({
destroyOnClose: true,
});
/** 刷新表格 */
// function onRefresh() {
// gridApi.query();
// }
/** 查看详情 */
function onDetail(row: SystemSocialUserApi.SocialUser) {
detailModalApi.setData(row).open();