This commit is contained in:
2023-07-04 10:55:07 +08:00
parent 03b93651c9
commit f5ce6fc2a4

View File

@ -166,7 +166,7 @@ import genInfoForm from "./genInfoForm";
const route = useRoute();
const { proxy } = getCurrentInstance();
const activeName = ref("columnInfo");
const activeName = ref("basic");
const tableHeight = ref(document.documentElement.scrollHeight - 245 + "px");
const tables = ref([]);
const columns = ref([]);