mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
removd unused functiont
This commit is contained in:
parent
8a15b9882d
commit
f0ad9406e6
@ -335,12 +335,7 @@ const arrayOfFilters = ref<filtersObject[]>([
|
||||
},
|
||||
]);
|
||||
init();
|
||||
function setVisbleColumn() {
|
||||
const cols = logStore.serviceLogColumn.filter((column) => {
|
||||
return selectedColumns.value.includes(column.value);
|
||||
});
|
||||
console.log(cols, [...logStore.serviceLogColumn]);
|
||||
}
|
||||
|
||||
function hideColumns() {
|
||||
logStore.hideColumns(selectedColumns.value)
|
||||
selectedColumns.value = []
|
||||
|
Loading…
Reference in New Issue
Block a user