fix: form setting redoHeight
parent
8f0c2fa811
commit
bbce129833
|
@ -19,6 +19,6 @@ const { t } = useI18n()
|
||||||
|
|
||||||
function redo() {
|
function redo() {
|
||||||
table.setShowForm(!table.getShowForm())
|
table.setShowForm(!table.getShowForm())
|
||||||
table.reload()
|
table.redoHeight()
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue