fix: form setting redoHeight

pull/18/MERGE
xingyu 2023-05-19 16:49:13 +08:00
parent 8f0c2fa811
commit bbce129833
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ const { t } = useI18n()
function redo() {
table.setShowForm(!table.getShowForm())
table.reload()
table.redoHeight()
}
</script>