mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-14 06:02:51 +00:00
【issues/7588】选择后自动刷新表格
This commit is contained in:
parent
6be0f94ddc
commit
266f49e72f
@ -406,7 +406,9 @@
|
|||||||
getProps.value.defaultExpandAllRows && expandAll();
|
getProps.value.defaultExpandAllRows && expandAll();
|
||||||
})
|
})
|
||||||
// update-end--author:sunjianlei---date:20231226---for:【issues/945】BasicTable组件设置默认展开不生效
|
// 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);
|
emit('register', tableAction, formActions);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user