Browse Source

fix: form setting redoHeight

main
xingyu 2 years ago
parent
commit
bbce129833
  1. 2
      src/components/Table/src/components/settings/FormSetting.vue

2
src/components/Table/src/components/settings/FormSetting.vue

@ -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…
Cancel
Save