🔥 删除无用方法导入

This commit is contained in:
lbw 2023-03-03 00:44:22 +08:00
parent 018f0b49ec
commit 39f097dc38

View File

@ -47,8 +47,6 @@ const state: BasicTableProps = reactive<BasicTableProps>({
// table hook
const {
getDataList,
currentChangeHandle,
sizeChangeHandle,
sortChangeHandle,
} = useTable(state)