mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
@@ -58,9 +58,7 @@ function getAxisList() {
|
||||
}
|
||||
|
||||
const computedAxis = computed(() => {
|
||||
const l = getAxisList()
|
||||
console.log(l)
|
||||
return l
|
||||
return getAxisList()
|
||||
})
|
||||
const summaryTypes = [
|
||||
{ key: 'sum', name: t('chart.sum') },
|
||||
|
||||
Reference in New Issue
Block a user