feat: 将表格的搜索方法导出

This commit is contained in:
Chen_Jie_Wen
2025-05-27 10:49:54 +08:00
parent e018ec244d
commit bd1da3a465

View File

@ -383,7 +383,7 @@
);
createTableContext({ ...tableAction, wrapRef, getBindValues });
expose(tableAction);
expose({...tableAction, beforeSearchInfoChange});
emit("register", tableAction, formActions);