fix(表格): 修复筛选清空bug
This commit is contained in:
parent
6c9a4fd6d7
commit
50e287d5b0
|
@ -258,10 +258,6 @@
|
|||
searchItem();
|
||||
}
|
||||
);
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
checkedList.value = [];
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
|
|
Loading…
Reference in New Issue