fix(表格): 修复筛选清空bug

This commit is contained in:
xinxin.wu 2024-12-11 16:32:51 +08:00 committed by Craftsman
parent 6c9a4fd6d7
commit 50e287d5b0
1 changed files with 0 additions and 4 deletions

View File

@ -258,10 +258,6 @@
searchItem();
}
);
onBeforeUnmount(() => {
checkedList.value = [];
});
</script>
<style scoped lang="less">