微调
This commit is contained in:
@@ -153,7 +153,7 @@ const treeData = ref([])
|
||||
const idArr = ref([])
|
||||
const activeName = ref(0)
|
||||
const getTreeData = async () => {
|
||||
console.log('getTreeData')
|
||||
|
||||
await getAreaDept().then(res => {
|
||||
var data = res.data
|
||||
data.forEach(element => {
|
||||
|
||||
@@ -170,7 +170,7 @@ tableStore.table.params.statisticalType = {}
|
||||
|
||||
// 柱状图数据处理
|
||||
const histogram = (res: any) => {
|
||||
console.log(123);
|
||||
|
||||
|
||||
echartList.value = {
|
||||
title: {
|
||||
|
||||
Reference in New Issue
Block a user