fix: typecheck error

This commit is contained in:
Jacky 2024-11-16 10:55:48 +08:00
parent f4c17f0c65
commit ed0dca6820
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -164,8 +164,8 @@ async function handleClickBatchEdit(batchColumns: Column[]) {
}
function handleBatchUpdated() {
table.value.get_list()
table.value.resetSelection()
table.value?.get_list()
table.value?.resetSelection()
}
</script>