提交
This commit is contained in:
@@ -214,7 +214,7 @@ const showColumns = ref([])
|
||||
|
||||
// 初始化表格
|
||||
function getCheckedColumns(list) {
|
||||
showColumns.value = list
|
||||
showColumns.value = list && list.length ? list : allSchemas.value.tableColumns
|
||||
}
|
||||
|
||||
function resetQuery() {
|
||||
|
||||
Reference in New Issue
Block a user