🔱: [client] sync upgrade with 3 commits [trident-sync]

build: publish success
feat: 新特性,CrudOptionsPlugin
This commit is contained in:
GitHub Actions Bot
2023-10-25 19:24:07 +00:00
parent 31384fbce5
commit afb682e3eb
3 changed files with 21 additions and 13 deletions
@@ -29,14 +29,12 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
// 表头过滤改变事件
onFilterChange(filters: any) {
console.log("onFilterChange", filters);
if (filters.remote != null) {
crudExpose.setSearchFormData({
form: {
remote: filters.remote
}
});
crudExpose.doRefresh();
}
crudExpose.setSearchFormData({
form: {
remote: filters.remote
}
});
crudExpose.doRefresh();
}
},
columns: {