mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: typecheck error
This commit is contained in:
parent
f4c17f0c65
commit
ed0dca6820
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue