bugfix
This commit is contained in:
@ -166,7 +166,7 @@ import genInfoForm from "./genInfoForm";
|
|||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
|
|
||||||
const activeName = ref("columnInfo");
|
const activeName = ref("basic");
|
||||||
const tableHeight = ref(document.documentElement.scrollHeight - 245 + "px");
|
const tableHeight = ref(document.documentElement.scrollHeight - 245 + "px");
|
||||||
const tables = ref([]);
|
const tables = ref([]);
|
||||||
const columns = ref([]);
|
const columns = ref([]);
|
||||||
|
Reference in New Issue
Block a user