mirror of https://github.com/jeecgboot/jeecg-boot
【issues/7588】选择后自动刷新表格
parent
6be0f94ddc
commit
266f49e72f
|
@ -406,7 +406,9 @@
|
|||
getProps.value.defaultExpandAllRows && expandAll();
|
||||
})
|
||||
// update-end--author:sunjianlei---date:20231226---for:【issues/945】BasicTable组件设置默认展开不生效
|
||||
expose(tableAction);
|
||||
// update-begin--author:liaozhiyang---date:20241225---for:【issues/7588】选择后自动刷新表格
|
||||
expose({ ...tableAction, handleSearchInfoChange });
|
||||
// update-end--author:liaozhiyang---date:20241225---for:【issues/7588】选择后自动刷新表格
|
||||
|
||||
emit('register', tableAction, formActions);
|
||||
|
||||
|
|
Loading…
Reference in New Issue