Commit d348955c authored by 沈翠玲's avatar 沈翠玲

优化bug

parent 4c3b6806
...@@ -183,6 +183,9 @@ ...@@ -183,6 +183,9 @@
const _search = () => { const _search = () => {
search(); search();
if (props.config.onCheckboxAll) {
props.config.onCheckboxAll({checked: false, records: []})
}
emit('search', totalParam.value); emit('search', totalParam.value);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment