mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
🔱: [client] sync upgrade with 3 commits [trident-sync]
build: publish success feat: 新特性,CrudOptionsPlugin
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user